OauthClientsResource class
Constructors
- OauthClientsResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
exchangeAppAttestAssertion(
GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest request, String app, {String? $fields}) → Future< GoogleFirebaseAppcheckV1betaAppCheckToken> - Accepts an App Attest assertion and an artifact previously obtained from ExchangeAppAttestAttestation and verifies those with Apple.
-
exchangeAppAttestAttestation(
GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest request, String app, {String? $fields}) → Future< GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse> - Accepts an App Attest CBOR attestation and verifies it with Apple using your preconfigured team and bundle IDs.
-
exchangeDebugToken(
GoogleFirebaseAppcheckV1betaExchangeDebugTokenRequest request, String app, {String? $fields}) → Future< GoogleFirebaseAppcheckV1betaAppCheckToken> - Validates a debug token secret that you have previously created using CreateDebugToken.
-
generateAppAttestChallenge(
GoogleFirebaseAppcheckV1betaGenerateAppAttestChallengeRequest request, String app, {String? $fields}) → Future< GoogleFirebaseAppcheckV1betaGenerateAppAttestChallengeResponse> - Generates a challenge that protects the integrity of an immediately following call to ExchangeAppAttestAttestation or ExchangeAppAttestAssertion.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited