AuthorizationCodeResponse constructor
const
AuthorizationCodeResponse({})
Creates an instance of AuthorizationCodeResponse.
All fields are required.
Implementation
const AuthorizationCodeResponse({
required this.accessToken,
required this.tokenType,
required this.expiresIn,
required this.scope,
required this.sub,
required this.idToken,
});