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(GoogleFirebaseAppcheckV1ExchangeAppAttestAssertionRequest request, String app, {String? $fields}) Future<GoogleFirebaseAppcheckV1AppCheckToken>
Accepts an App Attest assertion and an artifact previously obtained from ExchangeAppAttestAttestation and verifies those with Apple.
exchangeAppAttestAttestation(GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationRequest request, String app, {String? $fields}) Future<GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationResponse>
Accepts an App Attest CBOR attestation and verifies it with Apple using your preconfigured team and bundle IDs.
exchangeDebugToken(GoogleFirebaseAppcheckV1ExchangeDebugTokenRequest request, String app, {String? $fields}) Future<GoogleFirebaseAppcheckV1AppCheckToken>
Validates a debug token secret that you have previously created using CreateDebugToken.
generateAppAttestChallenge(GoogleFirebaseAppcheckV1GenerateAppAttestChallengeRequest request, String app, {String? $fields}) Future<GoogleFirebaseAppcheckV1GenerateAppAttestChallengeResponse>
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