AccessTokenResponse

constructor(access_token: String, token_type: String? = null, expires_in: Long? = null, id_token: String? = null, scope: String? = null, refresh_token: String? = null)