Package | Description |
---|---|
org.mozilla.taskcluster.client.auth |
Modifier and Type | Method and Description |
---|---|
CallSummary<EmptyPayload,SetOfScopes> |
Auth.currentScopes()
Return the expanded scopes available in the request, taking into account all sources of scopes and scope restrictions (temporary credentials, assumeScopes, client scopes, and roles).
|
CallSummary<SetOfScopes,SetOfScopes> |
Auth.expandScopes(SetOfScopes payload)
Return an expanded copy of the given scopeset, with scopes implied by any roles included.
|
CallSummary<SetOfScopes,SetOfScopes> |
Auth.expandScopes(SetOfScopes payload)
Return an expanded copy of the given scopeset, with scopes implied by any roles included.
|
CallSummary<SetOfScopes,SetOfScopes> |
Auth.expandScopesGet(SetOfScopes payload)
Return an expanded copy of the given scopeset, with scopes implied by any roles included.
|
CallSummary<SetOfScopes,SetOfScopes> |
Auth.expandScopesGet(SetOfScopes payload)
Return an expanded copy of the given scopeset, with scopes implied by any roles included.
|
Modifier and Type | Method and Description |
---|---|
CallSummary<SetOfScopes,SetOfScopes> |
Auth.expandScopes(SetOfScopes payload)
Return an expanded copy of the given scopeset, with scopes implied by any roles included.
|
CallSummary<SetOfScopes,SetOfScopes> |
Auth.expandScopesGet(SetOfScopes payload)
Return an expanded copy of the given scopeset, with scopes implied by any roles included.
|
Copyright © 2014–2018 Mozilla. All rights reserved.