V1Resource class
Constructors
- V1Resource(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
-
getProjects(
{String? androidPackageName, String? clientId, String? delegatedProjectNumber, String? firebaseAppId, String? iosBundleId, String? projectNumber, bool? returnDynamicLink, String? sha1Cert, String? $fields}) → Future< GoogleCloudIdentitytoolkitV1GetProjectConfigResponse> - Gets a project's public Identity Toolkit configuration.
-
getPublicKeys(
{String? $fields}) → Future< void> - Retrieves public keys of the legacy Identity Toolkit token signer to enable third parties to verify the legacy ID token.
-
getRecaptchaParams(
{String? $fields}) → Future< GoogleCloudIdentitytoolkitV1GetRecaptchaParamResponse> - Gets parameters needed for generating a reCAPTCHA challenge.
-
getSessionCookiePublicKeys(
{String? $fields}) → Future< GoogleCloudIdentitytoolkitV1GetSessionCookiePublicKeysResponse> - Retrieves the set of public keys of the session cookie JSON Web Token (JWT) signer that can be used to validate the session cookie created through createSessionCookie.
-
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