GoogleCloudIdentitytoolkitV1SignInWithCustomTokenResponse.fromJson constructor
GoogleCloudIdentitytoolkitV1SignInWithCustomTokenResponse.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitV1SignInWithCustomTokenResponse.fromJson(
core.Map json_,
) : this(
expiresIn: json_['expiresIn'] as core.String?,
idToken: json_['idToken'] as core.String?,
isNewUser: json_['isNewUser'] as core.bool?,
kind: json_['kind'] as core.String?,
refreshToken: json_['refreshToken'] as core.String?,
);