GoogleCloudIdentitytoolkitV1CreateSessionCookieResponse.fromJson constructor

GoogleCloudIdentitytoolkitV1CreateSessionCookieResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitV1CreateSessionCookieResponse.fromJson(
  core.Map json_,
) : this(sessionCookie: json_['sessionCookie'] as core.String?);