OAuth2PkceTokenResponse constructor
const
OAuth2PkceTokenResponse({})
Creates a new OAuth2PkceTokenResponse.
Implementation
const OAuth2PkceTokenResponse({
required this.accessToken,
this.refreshToken,
this.expiresIn,
this.raw = const {},
});