-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
86 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
|
||
- name: Upload coverage report | ||
if: ${{ matrix.platform.os == 'iOS' }} | ||
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 | ||
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # [email protected] | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"topicSections":[{"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"],"title":"Protocols"},{"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"],"title":"Structures"},{"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/decode(jwt:)"],"title":"Functions"},{"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"],"title":"Enumerations"}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode"]}],"hierarchy":{"paths":[[]]},"metadata":{"role":"collection","modules":[{"name":"JWTDecode"}],"roleHeading":"Framework","title":"JWTDecode","externalID":"JWTDecode","symbolKind":"module"},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","interfaceLanguage":"swift"},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError":{"abstract":[{"text":"A decoding error due to a malformed JWT.","type":"text"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","url":"\/documentation\/jwtdecode\/jwtdecodeerror","role":"symbol","navigatorTitle":[{"kind":"identifier","text":"JWTDecodeError"}],"fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"JWTDecodeError"}],"type":"topic","kind":"symbol","title":"JWTDecodeError"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim":{"kind":"symbol","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"text":"Claim","kind":"identifier"}],"type":"topic","navigatorTitle":[{"text":"Claim","kind":"identifier"}],"url":"\/documentation\/jwtdecode\/claim","role":"symbol","abstract":[{"text":"A JWT claim.","type":"text"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim","title":"Claim"},"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","title":"JWTDecode","url":"\/documentation\/jwtdecode","role":"collection","kind":"symbol","abstract":[],"type":"topic"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/decode(jwt:)":{"type":"topic","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"decode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"jwt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") "},{"text":"throws","kind":"keyword"},{"kind":"text","text":" -> "},{"text":"JWT","kind":"typeIdentifier","preciseIdentifier":"s:9JWTDecode3JWTP"}],"title":"decode(jwt:)","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/decode(jwt:)","abstract":[{"text":"Decodes a JWT into an object that holds the decoded body, along with the header and signature.","type":"text"}],"role":"symbol","url":"\/documentation\/jwtdecode\/decode(jwt:)","kind":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT":{"kind":"symbol","abstract":[{"type":"text","text":"A decoded JWT."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT","title":"JWT","url":"\/documentation\/jwtdecode\/jwt","fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"JWT","kind":"identifier"}],"role":"symbol","type":"topic","navigatorTitle":[{"text":"JWT","kind":"identifier"}]}}} | ||
{"sections":[],"hierarchy":{"paths":[[]]},"variants":[{"paths":["\/documentation\/jwtdecode"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","interfaceLanguage":"swift"},"metadata":{"externalID":"JWTDecode","modules":[{"name":"JWTDecode"}],"title":"JWTDecode","symbolKind":"module","roleHeading":"Framework","role":"collection"},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","topicSections":[{"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"],"title":"Protocols"},{"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"],"title":"Structures"},{"title":"Functions","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/decode(jwt:)"]},{"title":"Enumerations","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim","url":"\/documentation\/jwtdecode\/claim","fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"text":"Claim","kind":"identifier"}],"type":"topic","abstract":[{"type":"text","text":"A JWT claim."}],"title":"Claim","kind":"symbol","navigatorTitle":[{"kind":"identifier","text":"Claim"}],"role":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT":{"title":"JWT","abstract":[{"type":"text","text":"A decoded JWT."}],"url":"\/documentation\/jwtdecode\/jwt","navigatorTitle":[{"text":"JWT","kind":"identifier"}],"fragments":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"JWT"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT","type":"topic","kind":"symbol","role":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/decode(jwt:)":{"title":"decode(jwt:)","abstract":[{"type":"text","text":"Decodes a JWT into an object that holds the decoded body, along with the header and signature."}],"url":"\/documentation\/jwtdecode\/decode(jwt:)","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"decode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"jwt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":") "},{"text":"throws","kind":"keyword"},{"text":" -> ","kind":"text"},{"preciseIdentifier":"s:9JWTDecode3JWTP","text":"JWT","kind":"typeIdentifier"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/decode(jwt:)","type":"topic","kind":"symbol","role":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError":{"kind":"symbol","abstract":[{"text":"A decoding error due to a malformed JWT.","type":"text"}],"title":"JWTDecodeError","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"kind":"identifier","text":"JWTDecodeError"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","navigatorTitle":[{"kind":"identifier","text":"JWTDecodeError"}],"url":"\/documentation\/jwtdecode\/jwtdecodeerror"},"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"kind":"symbol","role":"collection","type":"topic","title":"JWTDecode","url":"\/documentation\/jwtdecode","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","abstract":[]}}} |
Oops, something went wrong.