Flow.authorizationCode constructor

Flow.authorizationCode(
  1. Client? client, {
  2. String? state,
})

Implementation

Flow.authorizationCode(Client? client, {String? state})
    : this._(FlowType.authorizationCode, 'code', client, state: state);