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