java.lang.Object | |
↳ | com.google.android.gms.common.api.GoogleApiClient.ServerAuthCodeCallbacks.CheckResult |
The result holder for onCheckServerAuthorization(String, Set
which contains below information:
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a CheckResult object indicating no further auth is needed, i.e.
| |||||||||||
Creates a CheckResult object indicating further auth is needed, i.e.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a CheckResult object indicating no further auth is needed, i.e. server doesn't need a (new) auth code to exchange for a (new) refresh token.
GoogleApiClient.ServerAuthCodeCallbacks.CheckResult
object that can be used as return value for
onCheckServerAuthorization(String, Set)
callback.
Creates a CheckResult object indicating further auth is needed, i.e. server needs a (new) auth code to exchange for a (new) refresh token.
requiredScopes | the scope set which server requires for offline access. |
---|
GoogleApiClient.ServerAuthCodeCallbacks.CheckResult
object that can be used as return value for
onCheckServerAuthorization(String, Set)
callback.
IllegalArgumentException | if a null or empty set is passed in for the requiredScopes parameter |
---|