AuthorizationSuccessResponse constructor

AuthorizationSuccessResponse({
  1. String? code,
  2. String? state,
})

Implementation

AuthorizationSuccessResponse({
  this.code,
  this.state,
});