Flow.authorizationCodeWithPKCE constructor

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

Implementation

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