additionalOrigins property

  1. @TagNumber.new(14)
PbList<String> get additionalOrigins

AdditionalOrigins are HTTP origins (scheme + host + port) from where the API can be used additional to the redirect_uris. This is useful if the application is used from an origin different to the redirect_uris, e.g. if the application is a SPA served in a native app, where the redirect_uri is a custom scheme, but the application is served from a https origin.

Implementation

@$pb.TagNumber(14)
$pb.PbList<$core.String> get additionalOrigins => $_getList(13);