authorizationUrl property
Redirect URL if JWT token is required but no present or is expired. Implement authorizationUrl of securityDefinitions in OpenAPI spec.
Implementation
@$pb.TagNumber(5)
$core.String get authorizationUrl => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set authorizationUrl($core.String value) => $_setString(4, value);