code property

String? code
getter/setter pair

The authorization code that was previously from workforce identity federation's authorize endpoint.

Required if the flow is authorization code flow, i.e. if grant_type is 'authorization_code'

Optional.

Implementation

core.String? code;