Flow.authorizationCode constructor
- Client client,
- {String state}
Implementation
Flow.authorizationCode(Client client, {String state})
: this._(FlowType.authorizationCode, "code", client, state: state);
Flow.authorizationCode(Client client, {String state})
: this._(FlowType.authorizationCode, "code", client, state: state);