GetRefreshIdTokenSuccess

@Serializable
data class GetRefreshIdTokenSuccess(var expires_in: String, var token_type: String, var refresh_token: String, var id_token: String, var user_id: String, var project_id: String) : GetRefreshIdTokenResponse

Constructors

Link copied to clipboard
constructor(expires_in: String, token_type: String, refresh_token: String, id_token: String, user_id: String, project_id: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard