authorizationUrl property

  1. @TagNumber.new(5)
String get authorizationUrl

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);
  1. @TagNumber.new(5)
set authorizationUrl (String value)

Implementation

@$pb.TagNumber(5)
set authorizationUrl($core.String value) => $_setString(4, value);