Skip to content

Commit 6be1ec1

Browse files
committed
deploy: 082c959
1 parent 5b6cbfa commit 6be1ec1

4,516 files changed

Lines changed: 2737 additions & 2597 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/documentation/auth0.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"metadata":{"fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"kind":"identifier","text":"ActClaim"}],"externalID":"s:5Auth08ActClaimC","role":"symbol","title":"ActClaim","symbolKind":"class","modules":[{"name":"Auth0"}],"navigatorTitle":[{"kind":"identifier","text":"ActClaim"}],"roleHeading":"Class"},"hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0"]]},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/auth0\/actclaim"]}],"seeAlsoSections":[{"identifiers":["https:\/\/tools.ietf.org\/html\/rfc8693#section-4.4","https:\/\/auth0.com\/docs\/authenticate\/custom-token-exchange"],"anchor":"Related-Documentation","title":"Related Documentation"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"text":"final","kind":"keyword"},{"kind":"text","text":" "},{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ActClaim","kind":"identifier"}]}]},{"kind":"content","content":[{"level":2,"text":"Overview","type":"heading","anchor":"overview"},{"type":"paragraph","inlineContent":[{"type":"text","text":"The "},{"type":"codeVoice","code":"act"},{"type":"text","text":" claim identifies the acting party — the entity performing actions on behalf of the subject. It is set"},{"text":" ","type":"text"},{"type":"text","text":"server-side via Auth0 Actions using the "},{"code":"api.authentication.setActor()","type":"codeVoice"},{"type":"text","text":" command."}]},{"inlineContent":[{"type":"text","text":"The claim may be nested to represent delegation chains (e.g., "},{"type":"codeVoice","code":"act.act"},{"type":"text","text":" for multi-hop delegation)."}],"type":"paragraph"},{"text":"Usage","type":"heading","anchor":"Usage","level":2},{"type":"codeListing","syntax":"swift","code":["if let act = credentialsManager.user?.act {"," print(\"Actor: \\(act.sub)\")"," \/\/ Check for delegation chain"," if let innerAct = act.act {"," print(\"Original actor: \\(innerAct.sub)\")"," }","}"]}]}],"identifier":{"url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"relationshipsSections":[{"title":"Conforms To","identifiers":["doc:\/\/com.auth0.Auth0\/s8SendableP"],"kind":"relationships","type":"conformsTo"}],"abstract":[{"type":"text","text":"Represents the "},{"type":"codeVoice","code":"act"},{"type":"text","text":" (actor) claim from an ID token issued during a token exchange delegation flow."}],"topicSections":[{"anchor":"Initializers","generated":true,"title":"Initializers","identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/init(json:)"]},{"anchor":"Instance-Properties","identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/act","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/additionalClaims","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/sub"],"title":"Instance Properties","generated":true}],"references":{"doc://com.auth0.Auth0/documentation/Auth0/ActClaim":{"navigatorTitle":[{"kind":"identifier","text":"ActClaim"}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim","url":"\/documentation\/auth0\/actclaim","abstract":[{"text":"Represents the ","type":"text"},{"code":"act","type":"codeVoice"},{"type":"text","text":" (actor) claim from an ID token issued during a token exchange delegation flow."}],"kind":"symbol","title":"ActClaim","type":"topic","role":"symbol","fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"ActClaim","kind":"identifier"}]},"https://tools.ietf.org/html/rfc8693#section-4.4":{"titleInlineContent":[{"text":"RFC 8693: OAuth 2.0 Token Exchange - act Claim","type":"text"}],"url":"https:\/\/tools.ietf.org\/html\/rfc8693#section-4.4","type":"link","title":"RFC 8693: OAuth 2.0 Token Exchange - act Claim","identifier":"https:\/\/tools.ietf.org\/html\/rfc8693#section-4.4"},"doc://com.auth0.Auth0/documentation/Auth0/ActClaim/init(json:)":{"fragments":[{"text":"init","kind":"identifier"},{"kind":"text","text":"?("},{"kind":"externalParam","text":"json"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":" : ","kind":"text"},{"text":"Any","kind":"keyword"},{"kind":"text","text":"])"}],"abstract":[{"text":"Creates a new ","type":"text"},{"type":"codeVoice","code":"ActClaim"},{"type":"text","text":" from a JSON dictionary."}],"role":"symbol","title":"init(json:)","url":"\/documentation\/auth0\/actclaim\/init(json:)","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/init(json:)","kind":"symbol","type":"topic"},"https://auth0.com/docs/authenticate/custom-token-exchange":{"titleInlineContent":[{"type":"text","text":"Custom Token Exchange Documentation"}],"url":"https:\/\/auth0.com\/docs\/authenticate\/custom-token-exchange","type":"link","title":"Custom Token Exchange Documentation","identifier":"https:\/\/auth0.com\/docs\/authenticate\/custom-token-exchange"},"doc://com.auth0.Auth0/documentation/Auth0/ActClaim/additionalClaims":{"type":"topic","url":"\/documentation\/auth0\/actclaim\/additionalclaims","title":"additionalClaims","role":"symbol","kind":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/additionalClaims","fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"kind":"identifier","text":"additionalClaims"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"text":"any","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Sendable","kind":"typeIdentifier","preciseIdentifier":"s:s8SendableP"},{"kind":"text","text":"]"}],"abstract":[{"type":"text","text":"Any additional claims beyond "},{"type":"codeVoice","code":"sub"},{"text":" and ","type":"text"},{"type":"codeVoice","code":"act"},{"type":"text","text":" (e.g., "},{"type":"codeVoice","code":"org"},{"text":", ","type":"text"},{"type":"codeVoice","code":"role"},{"text":").","type":"text"}]},"doc://com.auth0.Auth0/documentation/Auth0/ActClaim/sub":{"type":"topic","title":"sub","url":"\/documentation\/auth0\/actclaim\/sub","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/sub","kind":"symbol","fragments":[{"text":"let","kind":"keyword"},{"kind":"text","text":" "},{"text":"sub","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"}],"abstract":[{"type":"text","text":"The subject identifier of the acting party."}],"role":"symbol"},"doc://com.auth0.Auth0/s8SendableP":{"identifier":"doc:\/\/com.auth0.Auth0\/s8SendableP","type":"unresolvable","title":"Swift.Sendable"},"doc://com.auth0.Auth0/documentation/Auth0":{"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","kind":"symbol","role":"collection","abstract":[{"text":"SDK for Apple platforms.","type":"text"}],"type":"topic","url":"\/documentation\/auth0","title":"Auth0"},"doc://com.auth0.Auth0/documentation/Auth0/ActClaim/act":{"abstract":[{"type":"text","text":"A nested "},{"type":"codeVoice","code":"act"},{"type":"text","text":" claim representing the next actor in a delegation chain."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/act","fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"act","kind":"identifier"},{"text":": ","kind":"text"},{"text":"ActClaim","kind":"typeIdentifier","preciseIdentifier":"s:5Auth08ActClaimC"},{"text":"?","kind":"text"}],"title":"act","type":"topic","kind":"symbol","role":"symbol","url":"\/documentation\/auth0\/actclaim\/act"}}}
1+
{"seeAlsoSections":[{"anchor":"Related-Documentation","title":"Related Documentation","identifiers":["https:\/\/tools.ietf.org\/html\/rfc8693#section-4.4","https:\/\/auth0.com\/docs\/authenticate\/custom-token-exchange"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"text":"final","kind":"keyword"},{"kind":"text","text":" "},{"text":"class","kind":"keyword"},{"text":" ","kind":"text"},{"text":"ActClaim","kind":"identifier"}]}]},{"kind":"content","content":[{"type":"heading","level":2,"text":"Overview","anchor":"overview"},{"inlineContent":[{"text":"The ","type":"text"},{"code":"act","type":"codeVoice"},{"type":"text","text":" claim identifies the acting party — the entity performing actions on behalf of the subject. It is set"},{"text":" ","type":"text"},{"text":"server-side via Auth0 Actions using the ","type":"text"},{"code":"api.authentication.setActor()","type":"codeVoice"},{"text":" command.","type":"text"}],"type":"paragraph"},{"type":"paragraph","inlineContent":[{"text":"The claim may be nested to represent delegation chains (e.g., ","type":"text"},{"type":"codeVoice","code":"act.act"},{"text":" for multi-hop delegation).","type":"text"}]},{"level":2,"type":"heading","anchor":"Usage","text":"Usage"},{"code":["if let act = credentialsManager.user?.act {"," print(\"Actor: \\(act.sub)\")"," \/\/ Check for delegation chain"," if let innerAct = act.act {"," print(\"Original actor: \\(innerAct.sub)\")"," }","}"],"syntax":"swift","type":"codeListing"}]}],"abstract":[{"type":"text","text":"Represents the "},{"code":"act","type":"codeVoice"},{"type":"text","text":" (actor) claim from an ID token issued during a token exchange delegation flow."}],"variants":[{"paths":["\/documentation\/auth0\/actclaim"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"title":"Conforms To","kind":"relationships","identifiers":["doc:\/\/com.auth0.Auth0\/s8SendableP"],"type":"conformsTo"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim"},"sections":[],"hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"kind":"symbol","metadata":{"navigatorTitle":[{"text":"ActClaim","kind":"identifier"}],"symbolKind":"class","externalID":"s:5Auth08ActClaimC","role":"symbol","fragments":[{"kind":"keyword","text":"class"},{"kind":"text","text":" "},{"text":"ActClaim","kind":"identifier"}],"modules":[{"name":"Auth0"}],"roleHeading":"Class","title":"ActClaim"},"topicSections":[{"generated":true,"identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/init(json:)"],"anchor":"Initializers","title":"Initializers"},{"generated":true,"title":"Instance Properties","identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/act","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/additionalClaims","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/sub"],"anchor":"Instance-Properties"}],"references":{"doc://com.auth0.Auth0/documentation/Auth0/ActClaim/sub":{"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/sub","url":"\/documentation\/auth0\/actclaim\/sub","abstract":[{"text":"The subject identifier of the acting party.","type":"text"}],"kind":"symbol","type":"topic","title":"sub","role":"symbol","fragments":[{"kind":"keyword","text":"let"},{"kind":"text","text":" "},{"text":"sub","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"}]},"doc://com.auth0.Auth0/documentation/Auth0":{"type":"topic","role":"collection","url":"\/documentation\/auth0","abstract":[{"type":"text","text":"SDK for Apple platforms."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","kind":"symbol","title":"Auth0"},"doc://com.auth0.Auth0/documentation/Auth0/ActClaim":{"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim","url":"\/documentation\/auth0\/actclaim","abstract":[{"type":"text","text":"Represents the "},{"code":"act","type":"codeVoice"},{"text":" (actor) claim from an ID token issued during a token exchange delegation flow.","type":"text"}],"fragments":[{"text":"class","kind":"keyword"},{"kind":"text","text":" "},{"text":"ActClaim","kind":"identifier"}],"role":"symbol","title":"ActClaim","navigatorTitle":[{"text":"ActClaim","kind":"identifier"}],"kind":"symbol","type":"topic"},"doc://com.auth0.Auth0/documentation/Auth0/ActClaim/act":{"url":"\/documentation\/auth0\/actclaim\/act","title":"act","fragments":[{"text":"let","kind":"keyword"},{"text":" ","kind":"text"},{"text":"act","kind":"identifier"},{"kind":"text","text":": "},{"text":"ActClaim","kind":"typeIdentifier","preciseIdentifier":"s:5Auth08ActClaimC"},{"kind":"text","text":"?"}],"type":"topic","abstract":[{"type":"text","text":"A nested "},{"type":"codeVoice","code":"act"},{"text":" claim representing the next actor in a delegation chain.","type":"text"}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/act","kind":"symbol","role":"symbol"},"https://auth0.com/docs/authenticate/custom-token-exchange":{"title":"Custom Token Exchange Documentation","type":"link","url":"https:\/\/auth0.com\/docs\/authenticate\/custom-token-exchange","titleInlineContent":[{"type":"text","text":"Custom Token Exchange Documentation"}],"identifier":"https:\/\/auth0.com\/docs\/authenticate\/custom-token-exchange"},"doc://com.auth0.Auth0/s8SendableP":{"type":"unresolvable","identifier":"doc:\/\/com.auth0.Auth0\/s8SendableP","title":"Swift.Sendable"},"https://tools.ietf.org/html/rfc8693#section-4.4":{"title":"RFC 8693: OAuth 2.0 Token Exchange - act Claim","type":"link","url":"https:\/\/tools.ietf.org\/html\/rfc8693#section-4.4","titleInlineContent":[{"text":"RFC 8693: OAuth 2.0 Token Exchange - act Claim","type":"text"}],"identifier":"https:\/\/tools.ietf.org\/html\/rfc8693#section-4.4"},"doc://com.auth0.Auth0/documentation/Auth0/ActClaim/init(json:)":{"title":"init(json:)","url":"\/documentation\/auth0\/actclaim\/init(json:)","abstract":[{"text":"Creates a new ","type":"text"},{"type":"codeVoice","code":"ActClaim"},{"text":" from a JSON dictionary.","type":"text"}],"kind":"symbol","type":"topic","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/init(json:)","role":"symbol","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"?("},{"text":"json","kind":"externalParam"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" : "},{"kind":"keyword","text":"Any"},{"kind":"text","text":"])"}]},"doc://com.auth0.Auth0/documentation/Auth0/ActClaim/additionalClaims":{"fragments":[{"kind":"keyword","text":"let"},{"text":" ","kind":"text"},{"text":"additionalClaims","kind":"identifier"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":" : ","kind":"text"},{"text":"any","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"typeIdentifier","text":"Sendable","preciseIdentifier":"s:s8SendableP"},{"text":"]","kind":"text"}],"role":"symbol","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ActClaim\/additionalClaims","type":"topic","kind":"symbol","url":"\/documentation\/auth0\/actclaim\/additionalclaims","abstract":[{"type":"text","text":"Any additional claims beyond "},{"code":"sub","type":"codeVoice"},{"type":"text","text":" and "},{"code":"act","type":"codeVoice"},{"text":" (e.g., ","type":"text"},{"type":"codeVoice","code":"org"},{"text":", ","type":"text"},{"code":"role","type":"codeVoice"},{"text":").","type":"text"}],"title":"additionalClaims"}}}

0 commit comments

Comments
 (0)