getTokenResponseFromClient method
AuthorizationTokenResponse
getTokenResponseFromClient(
- Client client
Implementation
AuthorizationTokenResponse getTokenResponseFromClient(Client client) {
return AuthorizationTokenResponse(
client.credentials.accessToken,
client.credentials.refreshToken,
client.credentials.expiration,
client.credentials.idToken,
null,
null,
null,
null,
);
}