authorizationUrl property

String? authorizationUrl
getter/setter pair

Redirect URL if JWT token is required but not present or is expired.

Implement authorizationUrl of securityDefinitions in OpenAPI spec.

Implementation

core.String? authorizationUrl;