redirectUri property

String? redirectUri
getter/setter pair

redirect_url is required when the flow is authorization code flow i.e. if grant_type is authorization_code See https://www.rfc-editor.org/rfc/rfc6749#section-4.1.3

Optional.

Implementation

core.String? redirectUri;