diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml
index b67b23c..f88b981 100644
--- a/.github/actions/setup/action.yml
+++ b/.github/actions/setup/action.yml
@@ -10,13 +10,11 @@ runs:
using: composite
steps:
- - name: Set Ruby version
- run: ruby -e 'puts RUBY_VERSION' | tee .ruby-version
- shell: bash
- name: Set up Ruby
- uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc # pinned to version v1.178.0
+ uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # pinned to version v1.191.0
with:
+ ruby-version: '3.1.0'
bundler-cache: true
cache-version: 1
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1f0b92b..8d26e0b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -51,7 +51,7 @@ jobs:
- name: Upload coverage report
if: ${{ matrix.platform.os == 'iOS' }}
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457
+ uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3617a67..49bc148 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## [3.2.0](https://github.com/auth0/JWTDecode.swift/tree/3.2.0) (2024-09-16)
+[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/3.1.0...3.2.0)
+
+**Added**
+- feat: added support for visionOS platform [\#231](https://github.com/auth0/JWTDecode.swift/pull/231) ([desusai7](https://github.com/desusai7))
+
+**Changed**
+- Update Platforms Support Policy in README [\#214](https://github.com/auth0/JWTDecode.swift/pull/214) ([Widcket](https://github.com/Widcket))
+
## [3.2.0-beta.0](https://github.com/auth0/JWTDecode.swift/tree/3.2.0-beta.0) (2024-07-04)
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/3.1.0...3.2.0-beta.0)
diff --git a/Gemfile.lock b/Gemfile.lock
index e7f4e66..cb4ce3c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -5,16 +5,17 @@ GEM
base64
nkf
rexml
- activesupport (7.1.3.4)
+ activesupport (7.2.1)
base64
bigdecimal
- concurrent-ruby (~> 1.0, >= 1.0.2)
+ concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
+ logger (>= 1.4.2)
minitest (>= 5.1)
- mutex_m
- tzinfo (~> 2.0)
+ securerandom (>= 0.3)
+ tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
algoliasearch (1.27.5)
@@ -23,20 +24,20 @@ GEM
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.0)
- aws-partitions (1.951.0)
- aws-sdk-core (3.201.0)
+ aws-partitions (1.975.0)
+ aws-sdk-core (3.205.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
- aws-sigv4 (~> 1.8)
+ aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
- aws-sdk-kms (1.88.0)
- aws-sdk-core (~> 3, >= 3.201.0)
+ aws-sdk-kms (1.91.0)
+ aws-sdk-core (~> 3, >= 3.205.0)
aws-sigv4 (~> 1.5)
- aws-sdk-s3 (1.156.0)
- aws-sdk-core (~> 3, >= 3.201.0)
+ aws-sdk-s3 (1.162.0)
+ aws-sdk-core (~> 3, >= 3.205.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
- aws-sigv4 (1.8.0)
+ aws-sigv4 (1.9.1)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.2.0)
@@ -84,7 +85,7 @@ GEM
colored2 (3.1.2)
commander (4.6.0)
highline (~> 2.0.0)
- concurrent-ruby (1.3.3)
+ concurrent-ruby (1.3.4)
connection_pool (2.4.1)
declarative (0.0.20)
digest-crc (0.6.5)
@@ -96,7 +97,7 @@ GEM
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
- excon (0.110.0)
+ excon (0.111.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
@@ -118,7 +119,7 @@ GEM
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
- faraday-net_http (1.0.1)
+ faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
@@ -126,7 +127,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.3.1)
- fastlane (2.221.1)
+ fastlane (2.222.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
@@ -190,7 +191,7 @@ GEM
google-apis-core (>= 0.11.0, < 2.a)
google-apis-storage_v1 (0.31.0)
google-apis-core (>= 0.11.0, < 2.a)
- google-cloud-core (1.7.0)
+ google-cloud-core (1.7.1)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
@@ -211,48 +212,48 @@ GEM
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
highline (2.0.3)
- http-cookie (1.0.6)
+ http-cookie (1.0.7)
domain_name (~> 0.5)
httpclient (2.8.3)
- i18n (1.14.5)
+ i18n (1.14.6)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.7.2)
- jwt (2.8.2)
+ jwt (2.9.0)
base64
- mini_magick (4.13.1)
+ logger (1.6.1)
+ mini_magick (4.13.2)
mini_mime (1.1.5)
- minitest (5.24.1)
+ minitest (5.25.1)
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.4.1)
- mutex_m (0.2.0)
nanaimo (0.3.0)
nap (1.1.0)
naturally (2.2.1)
netrc (0.11.0)
nkf (0.2.0)
- nokogiri (1.16.6-arm64-darwin)
+ nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
- nokogiri (1.16.6-x86_64-darwin)
+ nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
optparse (0.5.0)
os (1.1.4)
plist (3.7.1)
public_suffix (4.0.7)
- racc (1.8.0)
+ racc (1.8.1)
rake (13.2.1)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
- rexml (3.2.9)
- strscan
+ rexml (3.3.7)
rouge (2.0.7)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
+ securerandom (0.3.1)
security (0.1.5)
semantic (1.6.1)
signet (0.19.0)
@@ -263,13 +264,12 @@ GEM
simctl (1.6.10)
CFPropertyList
naturally
- slather (2.8.2)
+ slather (2.8.4)
CFPropertyList (>= 2.2, < 4)
activesupport
clamp (~> 1.3)
nokogiri (>= 1.14.3)
- xcodeproj (~> 1.21)
- strscan (3.1.0)
+ xcodeproj (~> 1.25)
terminal-notifier (2.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
@@ -283,15 +283,15 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
- unicode-display_width (2.5.0)
+ unicode-display_width (2.6.0)
word_wrap (1.0.0)
- xcodeproj (1.24.0)
+ xcodeproj (1.25.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
- rexml (~> 3.2.4)
+ rexml (>= 3.3.2, < 4.0)
xcpretty (0.3.0)
rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.1)
@@ -300,6 +300,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
+ x86_64-darwin-19
x86_64-darwin-20
DEPENDENCIES
diff --git a/JWTDecode.podspec b/JWTDecode.podspec
index f15666a..fca1ecb 100644
--- a/JWTDecode.podspec
+++ b/JWTDecode.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JWTDecode'
- s.version = '3.2.0-beta.0'
+ s.version = '3.2.0'
s.summary = 'A JWT decoder for iOS, macOS, tvOS, and watchOS'
s.description = <<-DESC
Easily decode a JWT and access the claims it contains.
diff --git a/JWTDecode/Info.plist b/JWTDecode/Info.plist
index 293ea61..d4eff1b 100644
--- a/JWTDecode/Info.plist
+++ b/JWTDecode/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.2.0-beta.0
+ 3.2.0
CFBundleSignature
????
CFBundleVersion
diff --git a/docs/data/documentation/jwtdecode.json b/docs/data/documentation/jwtdecode.json
index b82f546..9cc6c32 100644
--- a/docs/data/documentation/jwtdecode.json
+++ b/docs/data/documentation/jwtdecode.json
@@ -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"}]}}}
\ No newline at end of file
+{"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":[]}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/claim.json b/docs/data/documentation/jwtdecode/claim.json
index 9707036..413a8f0 100644
--- a/docs/data/documentation/jwtdecode/claim.json
+++ b/docs/data/documentation/jwtdecode/claim.json
@@ -1 +1 @@
-{"variants":[{"paths":["\/documentation\/jwtdecode\/claim"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","metadata":{"roleHeading":"Structure","title":"Claim","fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"text":"Claim","kind":"identifier"}],"modules":[{"name":"JWTDecode"}],"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"Claim"}],"externalID":"s:9JWTDecode5ClaimV","symbolKind":"struct"},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim","interfaceLanguage":"swift"},"abstract":[{"text":"A JWT claim.","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"Claim"}]}]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/array","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/boolean","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/date","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/double","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/integer","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/rawValue","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/string"]}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/rawValue":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"rawValue"},{"kind":"text","text":": "},{"kind":"keyword","text":"Any"},{"text":"?","kind":"text"}],"url":"\/documentation\/jwtdecode\/claim\/rawvalue","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/rawValue","type":"topic","kind":"symbol","abstract":[{"text":"Original claim value.","type":"text"}],"title":"rawValue","role":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/double":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"double","kind":"identifier"},{"text":": ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":"?","kind":"text"}],"abstract":[{"type":"text","text":"Value of the claim as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":"."}],"title":"double","url":"\/documentation\/jwtdecode\/claim\/double","type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/double","role":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/date":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"date"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation4DateV","text":"Date","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/date","type":"topic","title":"date","abstract":[{"text":"Value of the claim as ","type":"text"},{"code":"Date","type":"codeVoice"},{"text":".","type":"text"}],"url":"\/documentation\/jwtdecode\/claim\/date","role":"symbol"},"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/Claim/array":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/array","url":"\/documentation\/jwtdecode\/claim\/array","title":"array","role":"symbol","kind":"symbol","abstract":[{"text":"Value of the claim as ","type":"text"},{"code":"[String]","type":"codeVoice"},{"type":"text","text":"."}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"array"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"]?","kind":"text"}],"type":"topic"},"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/Claim/boolean":{"title":"boolean","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"boolean","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":"?"}],"role":"symbol","kind":"symbol","type":"topic","abstract":[{"text":"Value of the claim as ","type":"text"},{"type":"codeVoice","code":"Bool"},{"type":"text","text":"."}],"url":"\/documentation\/jwtdecode\/claim\/boolean","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/boolean"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/string":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"string"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Value of the claim as "},{"code":"String","type":"codeVoice"},{"type":"text","text":"."}],"title":"string","kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/string","type":"topic","url":"\/documentation\/jwtdecode\/claim\/string","role":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/integer":{"kind":"symbol","abstract":[{"text":"Value of the claim as ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":"."}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"integer","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"text":"?","kind":"text"}],"title":"integer","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/integer","url":"\/documentation\/jwtdecode\/claim\/integer","type":"topic"}}}
\ No newline at end of file
+{"metadata":{"role":"symbol","roleHeading":"Structure","modules":[{"name":"JWTDecode"}],"externalID":"s:9JWTDecode5ClaimV","fragments":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"Claim"}],"symbolKind":"struct","navigatorTitle":[{"text":"Claim","kind":"identifier"}],"title":"Claim"},"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode"]]},"topicSections":[{"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/array","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/boolean","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/date","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/double","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/integer","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/rawValue","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/string"],"title":"Instance Properties"}],"abstract":[{"text":"A JWT claim.","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"struct"},{"text":" ","kind":"text"},{"kind":"identifier","text":"Claim"}],"platforms":["iOS"]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/claim"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"},"kind":"symbol","references":{"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":[]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/date":{"kind":"symbol","abstract":[{"type":"text","text":"Value of the claim as "},{"code":"Date","type":"codeVoice"},{"type":"text","text":"."}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"date"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation4DateV","text":"Date","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/jwtdecode\/claim\/date","title":"date","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/date","type":"topic"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/string":{"kind":"symbol","url":"\/documentation\/jwtdecode\/claim\/string","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"string","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[{"type":"text","text":"Value of the claim as "},{"type":"codeVoice","code":"String"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/string","title":"string","role":"symbol"},"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/Claim/boolean":{"kind":"symbol","url":"\/documentation\/jwtdecode\/claim\/boolean","abstract":[{"type":"text","text":"Value of the claim as "},{"code":"Bool","type":"codeVoice"},{"text":".","type":"text"}],"role":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/boolean","type":"topic","title":"boolean","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"boolean"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":"?","kind":"text"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/rawValue":{"kind":"symbol","url":"\/documentation\/jwtdecode\/claim\/rawvalue","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"rawValue","kind":"identifier"},{"text":": ","kind":"text"},{"text":"Any","kind":"keyword"},{"text":"?","kind":"text"}],"abstract":[{"type":"text","text":"Original claim value."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/rawValue","type":"topic","title":"rawValue","role":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/integer":{"kind":"symbol","url":"\/documentation\/jwtdecode\/claim\/integer","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"integer","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Value of the claim as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/integer","title":"integer","role":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/array":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"array","kind":"identifier"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"]?","kind":"text"}],"title":"array","url":"\/documentation\/jwtdecode\/claim\/array","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/array","abstract":[{"type":"text","text":"Value of the claim as "},{"code":"[String]","type":"codeVoice"},{"type":"text","text":"."}],"type":"topic","kind":"symbol","role":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/double":{"kind":"symbol","abstract":[{"type":"text","text":"Value of the claim as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":"."}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"double","kind":"identifier"},{"text":": ","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/jwtdecode\/claim\/double","title":"double","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/double","type":"topic"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/claim/array.json b/docs/data/documentation/jwtdecode/claim/array.json
index aa3e4b8..2e164b6 100644
--- a/docs/data/documentation/jwtdecode/claim/array.json
+++ b/docs/data/documentation/jwtdecode/claim/array.json
@@ -1 +1 @@
-{"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Value of the claim as "},{"type":"codeVoice","code":"[String]"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"array","kind":"identifier"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"]? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["iOS"]}]}],"variants":[{"paths":["\/documentation\/jwtdecode\/claim\/array"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/array"},"metadata":{"modules":[{"name":"JWTDecode"}],"externalID":"s:9JWTDecode5ClaimV5arraySaySSGSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"array"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":"]?"}],"roleHeading":"Instance Property","role":"symbol","title":"array"},"schemaVersion":{"minor":3,"major":0,"patch":0},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"kind":"symbol","url":"\/documentation\/jwtdecode","title":"JWTDecode","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","abstract":[],"type":"topic","role":"collection"},"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/Claim/array":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/array","url":"\/documentation\/jwtdecode\/claim\/array","title":"array","role":"symbol","kind":"symbol","abstract":[{"text":"Value of the claim as ","type":"text"},{"code":"[String]","type":"codeVoice"},{"type":"text","text":"."}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"array"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"]?","kind":"text"}],"type":"topic"}}}
\ No newline at end of file
+{"variants":[{"paths":["\/documentation\/jwtdecode\/claim\/array"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/array"},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"kind":"symbol","metadata":{"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"JWTDecode"}],"symbolKind":"property","externalID":"s:9JWTDecode5ClaimV5arraySaySSGSgvp","title":"array","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"array","kind":"identifier"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"]?"}]},"sections":[],"abstract":[{"type":"text","text":"Value of the claim as "},{"type":"codeVoice","code":"[String]"},{"type":"text","text":"."}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"array","kind":"identifier"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"]? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["iOS"],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/array":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"array","kind":"identifier"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"]?","kind":"text"}],"title":"array","url":"\/documentation\/jwtdecode\/claim\/array","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/array","abstract":[{"type":"text","text":"Value of the claim as "},{"code":"[String]","type":"codeVoice"},{"type":"text","text":"."}],"type":"topic","kind":"symbol","role":"symbol"},"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":{"type":"topic","url":"\/documentation\/jwtdecode","abstract":[],"title":"JWTDecode","role":"collection","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","kind":"symbol"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/claim/boolean.json b/docs/data/documentation/jwtdecode/claim/boolean.json
index 054472d..fc79f24 100644
--- a/docs/data/documentation/jwtdecode/claim/boolean.json
+++ b/docs/data/documentation/jwtdecode/claim/boolean.json
@@ -1 +1 @@
-{"sections":[],"abstract":[{"text":"Value of the claim as ","type":"text"},{"type":"codeVoice","code":"Bool"},{"text":".","type":"text"}],"metadata":{"title":"boolean","modules":[{"name":"JWTDecode"}],"symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"boolean","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"kind":"text","text":"?"}],"role":"symbol","externalID":"s:9JWTDecode5ClaimV7booleanSbSgvp","roleHeading":"Instance Property"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"boolean"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/boolean","interfaceLanguage":"swift"},"kind":"symbol","variants":[{"paths":["\/documentation\/jwtdecode\/claim\/boolean"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"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/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/Claim/boolean":{"title":"boolean","abstract":[{"text":"Value of the claim as ","type":"text"},{"code":"Bool","type":"codeVoice"},{"text":".","type":"text"}],"url":"\/documentation\/jwtdecode\/claim\/boolean","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"boolean"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/boolean","type":"topic","role":"symbol"}}}
\ No newline at end of file
+{"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"boolean","kind":"identifier"},{"kind":"text","text":": "},{"text":"Bool","preciseIdentifier":"s:Sb","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["iOS"]}]}],"metadata":{"title":"boolean","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"boolean"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","modules":[{"name":"JWTDecode"}],"symbolKind":"property","externalID":"s:9JWTDecode5ClaimV7booleanSbSgvp","role":"symbol"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/claim\/boolean"]}],"abstract":[{"type":"text","text":"Value of the claim as "},{"type":"codeVoice","code":"Bool"},{"text":".","type":"text"}],"kind":"symbol","sections":[],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/boolean","interfaceLanguage":"swift"},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/boolean":{"kind":"symbol","url":"\/documentation\/jwtdecode\/claim\/boolean","abstract":[{"type":"text","text":"Value of the claim as "},{"code":"Bool","type":"codeVoice"},{"text":".","type":"text"}],"role":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/boolean","type":"topic","title":"boolean","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"boolean"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sb","text":"Bool"},{"text":"?","kind":"text"}]},"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":{"type":"topic","url":"\/documentation\/jwtdecode","abstract":[],"title":"JWTDecode","role":"collection","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","kind":"symbol"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/claim/date.json b/docs/data/documentation/jwtdecode/claim/date.json
index 0279dfd..43a0c4e 100644
--- a/docs/data/documentation/jwtdecode/claim/date.json
+++ b/docs/data/documentation/jwtdecode/claim/date.json
@@ -1 +1 @@
-{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"date"},{"text":": ","kind":"text"},{"text":"Date","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV"},{"text":"?","kind":"text"}],"externalID":"s:9JWTDecode5ClaimV4date10Foundation4DateVSgvp","title":"date","roleHeading":"Instance Property","modules":[{"name":"JWTDecode"}],"symbolKind":"property","role":"symbol"},"variants":[{"paths":["\/documentation\/jwtdecode\/claim\/date"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/date","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"date"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Date","preciseIdentifier":"s:10Foundation4DateV"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"abstract":[{"text":"Value of the claim as ","type":"text"},{"code":"Date","type":"codeVoice"},{"text":".","type":"text"}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/date":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"date"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation4DateV","text":"Date","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/date","type":"topic","title":"date","abstract":[{"text":"Value of the claim as ","type":"text"},{"code":"Date","type":"codeVoice"},{"text":".","type":"text"}],"url":"\/documentation\/jwtdecode\/claim\/date","role":"symbol"},"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/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"}}}
\ No newline at end of file
+{"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"date","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Date","preciseIdentifier":"s:10Foundation4DateV"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["iOS"],"languages":["swift"]}]}],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/date","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/claim\/date"]}],"sections":[],"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"date"},{"text":": ","kind":"text"},{"text":"Date","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV"},{"text":"?","kind":"text"}],"modules":[{"name":"JWTDecode"}],"symbolKind":"property","title":"date","externalID":"s:9JWTDecode5ClaimV4date10Foundation4DateVSgvp","roleHeading":"Instance Property","role":"symbol"},"abstract":[{"text":"Value of the claim as ","type":"text"},{"type":"codeVoice","code":"Date"},{"type":"text","text":"."}],"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/Claim/date":{"kind":"symbol","abstract":[{"type":"text","text":"Value of the claim as "},{"code":"Date","type":"codeVoice"},{"type":"text","text":"."}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"date"},{"kind":"text","text":": "},{"preciseIdentifier":"s:10Foundation4DateV","text":"Date","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/jwtdecode\/claim\/date","title":"date","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/date","type":"topic"},"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":[]}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/claim/double.json b/docs/data/documentation/jwtdecode/claim/double.json
index e6cac5d..96d969a 100644
--- a/docs/data/documentation/jwtdecode/claim/double.json
+++ b/docs/data/documentation/jwtdecode/claim/double.json
@@ -1 +1 @@
-{"schemaVersion":{"patch":0,"major":0,"minor":3},"sections":[],"kind":"symbol","variants":[{"paths":["\/documentation\/jwtdecode\/claim\/double"],"traits":[{"interfaceLanguage":"swift"}]}],"abstract":[{"text":"Value of the claim as ","type":"text"},{"type":"codeVoice","code":"Double"},{"type":"text","text":"."}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/double"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"double","kind":"identifier"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"metadata":{"modules":[{"name":"JWTDecode"}],"title":"double","roleHeading":"Instance Property","externalID":"s:9JWTDecode5ClaimV6doubleSdSgvp","symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"double","kind":"identifier"},{"kind":"text","text":": "},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":"?"}]},"references":{"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/Claim/double":{"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"double","kind":"identifier"},{"text":": ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"text":"?","kind":"text"}],"abstract":[{"type":"text","text":"Value of the claim as "},{"type":"codeVoice","code":"Double"},{"type":"text","text":"."}],"title":"double","url":"\/documentation\/jwtdecode\/claim\/double","type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/double","role":"symbol"}}}
\ No newline at end of file
+{"kind":"symbol","primaryContentSections":[{"declarations":[{"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"double"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:Sd","text":"Double"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}],"kind":"declarations"}],"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"Value of the claim as ","type":"text"},{"code":"Double","type":"codeVoice"},{"text":".","type":"text"}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"variants":[{"paths":["\/documentation\/jwtdecode\/claim\/double"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/double","interfaceLanguage":"swift"},"metadata":{"title":"double","roleHeading":"Instance Property","role":"symbol","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"double","kind":"identifier"},{"text":": ","kind":"text"},{"text":"Double","kind":"typeIdentifier","preciseIdentifier":"s:Sd"},{"kind":"text","text":"?"}],"modules":[{"name":"JWTDecode"}],"externalID":"s:9JWTDecode5ClaimV6doubleSdSgvp"},"references":{"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":[]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/double":{"kind":"symbol","abstract":[{"type":"text","text":"Value of the claim as "},{"code":"Double","type":"codeVoice"},{"type":"text","text":"."}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"double","kind":"identifier"},{"text":": ","kind":"text"},{"text":"Double","preciseIdentifier":"s:Sd","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/jwtdecode\/claim\/double","title":"double","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/double","type":"topic"},"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"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/claim/integer.json b/docs/data/documentation/jwtdecode/claim/integer.json
index deaed03..45537d5 100644
--- a/docs/data/documentation/jwtdecode/claim/integer.json
+++ b/docs/data/documentation/jwtdecode/claim/integer.json
@@ -1 +1 @@
-{"metadata":{"roleHeading":"Instance Property","role":"symbol","externalID":"s:9JWTDecode5ClaimV7integerSiSgvp","title":"integer","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"integer","kind":"identifier"},{"text":": ","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"symbolKind":"property","modules":[{"name":"JWTDecode"}]},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/claim\/integer"]}],"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/integer","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"integer"},{"text":": ","kind":"text"},{"text":"Int","preciseIdentifier":"s:Si","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["iOS"],"languages":["swift"]}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Value of the claim as ","type":"text"},{"type":"codeVoice","code":"Int"},{"text":".","type":"text"}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"kind":"symbol","url":"\/documentation\/jwtdecode","role":"collection","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","type":"topic","abstract":[],"title":"JWTDecode"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/integer":{"kind":"symbol","abstract":[{"text":"Value of the claim as ","type":"text"},{"type":"codeVoice","code":"Int"},{"type":"text","text":"."}],"role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"integer","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"text":"?","kind":"text"}],"title":"integer","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/integer","url":"\/documentation\/jwtdecode\/claim\/integer","type":"topic"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim":{"abstract":[{"type":"text","text":"A JWT claim."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim","url":"\/documentation\/jwtdecode\/claim","role":"symbol","navigatorTitle":[{"text":"Claim","kind":"identifier"}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"Claim"}],"type":"topic","kind":"symbol","title":"Claim"}}}
\ No newline at end of file
+{"metadata":{"modules":[{"name":"JWTDecode"}],"title":"integer","externalID":"s:9JWTDecode5ClaimV7integerSiSgvp","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"integer"},{"kind":"text","text":": "},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":"?","kind":"text"}],"roleHeading":"Instance Property","role":"symbol"},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/integer"},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"type":"text","text":"Value of the claim as "},{"type":"codeVoice","code":"Int"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"integer","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/claim\/integer"]}],"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/Claim/integer":{"kind":"symbol","url":"\/documentation\/jwtdecode\/claim\/integer","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"integer","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Value of the claim as "},{"code":"Int","type":"codeVoice"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/integer","title":"integer","role":"symbol"},"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":[]}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/claim/rawvalue.json b/docs/data/documentation/jwtdecode/claim/rawvalue.json
index de1840f..35fdc3a 100644
--- a/docs/data/documentation/jwtdecode/claim/rawvalue.json
+++ b/docs/data/documentation/jwtdecode/claim/rawvalue.json
@@ -1 +1 @@
-{"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/rawValue","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"rawValue","kind":"identifier"},{"kind":"text","text":": "},{"kind":"keyword","text":"Any"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["iOS"]}]}],"variants":[{"paths":["\/documentation\/jwtdecode\/claim\/rawvalue"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"abstract":[{"type":"text","text":"Original claim value."}],"kind":"symbol","sections":[],"metadata":{"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"rawValue"},{"kind":"text","text":": "},{"kind":"keyword","text":"Any"},{"text":"?","kind":"text"}],"modules":[{"name":"JWTDecode"}],"symbolKind":"property","title":"rawValue","externalID":"s:9JWTDecode5ClaimV8rawValueypSgvp","role":"symbol"},"schemaVersion":{"patch":0,"minor":3,"major":0},"references":{"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/Claim/rawValue":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"rawValue"},{"kind":"text","text":": "},{"kind":"keyword","text":"Any"},{"text":"?","kind":"text"}],"url":"\/documentation\/jwtdecode\/claim\/rawvalue","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/rawValue","type":"topic","kind":"symbol","abstract":[{"text":"Original claim value.","type":"text"}],"title":"rawValue","role":"symbol"},"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"}}}
\ No newline at end of file
+{"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rawValue"},{"kind":"text","text":": "},{"text":"Any","kind":"keyword"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"symbolKind":"property","externalID":"s:9JWTDecode5ClaimV8rawValueypSgvp","roleHeading":"Instance Property","modules":[{"name":"JWTDecode"}],"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"rawValue"},{"kind":"text","text":": "},{"text":"Any","kind":"keyword"},{"text":"?","kind":"text"}],"title":"rawValue"},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/rawValue","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/claim\/rawvalue"]}],"kind":"symbol","abstract":[{"text":"Original claim value.","type":"text"}],"sections":[],"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":{"kind":"symbol","role":"collection","type":"topic","title":"JWTDecode","url":"\/documentation\/jwtdecode","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","abstract":[]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/rawValue":{"kind":"symbol","url":"\/documentation\/jwtdecode\/claim\/rawvalue","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"rawValue","kind":"identifier"},{"text":": ","kind":"text"},{"text":"Any","kind":"keyword"},{"text":"?","kind":"text"}],"abstract":[{"type":"text","text":"Original claim value."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/rawValue","type":"topic","title":"rawValue","role":"symbol"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/claim/string.json b/docs/data/documentation/jwtdecode/claim/string.json
index b43b817..2b8a94a 100644
--- a/docs/data/documentation/jwtdecode/claim/string.json
+++ b/docs/data/documentation/jwtdecode/claim/string.json
@@ -1 +1 @@
-{"kind":"symbol","abstract":[{"text":"Value of the claim as ","type":"text"},{"type":"codeVoice","code":"String"},{"text":".","type":"text"}],"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:9JWTDecode5ClaimV6stringSSSgvp","modules":[{"name":"JWTDecode"}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"string"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"title":"string"},"variants":[{"paths":["\/documentation\/jwtdecode\/claim\/string"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/string","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"string"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["iOS"]}]}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim/string":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"string"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Value of the claim as "},{"code":"String","type":"codeVoice"},{"type":"text","text":"."}],"title":"string","kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/string","type":"topic","url":"\/documentation\/jwtdecode\/claim\/string","role":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim":{"abstract":[{"type":"text","text":"A JWT claim."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim","url":"\/documentation\/jwtdecode\/claim","role":"symbol","navigatorTitle":[{"text":"Claim","kind":"identifier"}],"fragments":[{"text":"struct","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"Claim"}],"type":"topic","kind":"symbol","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"}}}
\ No newline at end of file
+{"metadata":{"modules":[{"name":"JWTDecode"}],"title":"string","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"string"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"externalID":"s:9JWTDecode5ClaimV6stringSSSgvp","roleHeading":"Instance Property","symbolKind":"property"},"variants":[{"paths":["\/documentation\/jwtdecode\/claim\/string"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","abstract":[{"type":"text","text":"Value of the claim as "},{"type":"codeVoice","code":"String"},{"type":"text","text":"."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"string"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]]},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/string","interfaceLanguage":"swift"},"sections":[],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"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":[]},"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/Claim/string":{"kind":"symbol","url":"\/documentation\/jwtdecode\/claim\/string","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"string","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"abstract":[{"type":"text","text":"Value of the claim as "},{"type":"codeVoice","code":"String"},{"type":"text","text":"."}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim\/string","title":"string","role":"symbol"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/decode(jwt:).json b/docs/data/documentation/jwtdecode/decode(jwt:).json
index 8bfee0c..b044c48 100644
--- a/docs/data/documentation/jwtdecode/decode(jwt:).json
+++ b/docs/data/documentation/jwtdecode/decode(jwt:).json
@@ -1 +1 @@
-{"kind":"symbol","metadata":{"title":"decode(jwt:)","symbolKind":"func","role":"symbol","modules":[{"name":"JWTDecode"}],"roleHeading":"Function","fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"decode"},{"kind":"text","text":"("},{"text":"jwt","kind":"externalParam"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":") "},{"text":"throws","kind":"keyword"},{"kind":"text","text":" -> "},{"preciseIdentifier":"s:9JWTDecode3JWTP","text":"JWT","kind":"typeIdentifier"}],"externalID":"s:9JWTDecode6decode3jwtAA3JWT_pSS_tKF"},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/decode(jwt:)","interfaceLanguage":"swift"},"primaryContentSections":[{"declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"decode","kind":"identifier"},{"text":"(","kind":"text"},{"text":"jwt","kind":"externalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":") ","kind":"text"},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"JWT","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT","preciseIdentifier":"s:9JWTDecode3JWTP"}]}],"kind":"declarations"},{"parameters":[{"name":"jwt","content":[{"inlineContent":[{"type":"text","text":"JWT string value to decode."}],"type":"paragraph"}]}],"kind":"parameters"},{"content":[{"level":2,"type":"heading","text":"Return Value","anchor":"return-value"},{"inlineContent":[{"type":"text","text":"A "},{"isActive":true,"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT","type":"reference"},{"type":"text","text":" value."}],"type":"paragraph"}],"kind":"content"},{"content":[{"type":"heading","anchor":"discussion","level":2,"text":"Discussion"},{"syntax":"swift","code":["let jwt = try decode(jwt: idToken)"],"type":"codeListing"},{"type":"aside","name":"Throws","content":[{"type":"paragraph","inlineContent":[{"text":"A ","type":"text"},{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","isActive":true,"type":"reference"},{"text":" error if the JWT cannot be decoded.","type":"text"}]}],"style":"note"},{"type":"aside","style":"important","name":"Important","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"This method doesn’t validate the JWT. Any well-formed JWT can be decoded from Base64URL."}]}]}],"kind":"content"}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/decode(jwt:)"]}],"schemaVersion":{"minor":3,"patch":0,"major":0},"seeAlsoSections":[{"identifiers":["https:\/\/jwt.io","https:\/\/auth0.com\/docs\/secure\/tokens\/json-web-tokens\/validate-json-web-tokens","https:\/\/auth0.com\/docs\/secure\/tokens\/id-tokens\/validate-id-tokens"],"title":"Related Documentation"}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode"]]},"abstract":[{"text":"Decodes a JWT into an object that holds the decoded body, along with the header and signature.","type":"text"}],"references":{"https://auth0.com/docs/secure/tokens/id-tokens/validate-id-tokens":{"titleInlineContent":[{"type":"text","text":"Validate ID Tokens"}],"identifier":"https:\/\/auth0.com\/docs\/secure\/tokens\/id-tokens\/validate-id-tokens","type":"link","title":"Validate ID Tokens","url":"https:\/\/auth0.com\/docs\/secure\/tokens\/id-tokens\/validate-id-tokens"},"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":{"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/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"}]},"https://jwt.io":{"title":"JWT.io","identifier":"https:\/\/jwt.io","type":"link","titleInlineContent":[{"type":"text","text":"JWT.io"}],"url":"https:\/\/jwt.io"},"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"},"https://auth0.com/docs/secure/tokens/json-web-tokens/validate-json-web-tokens":{"titleInlineContent":[{"type":"text","text":"Validate JSON Web Tokens"}],"identifier":"https:\/\/auth0.com\/docs\/secure\/tokens\/json-web-tokens\/validate-json-web-tokens","type":"link","title":"Validate JSON Web Tokens","url":"https:\/\/auth0.com\/docs\/secure\/tokens\/json-web-tokens\/validate-json-web-tokens"}}}
\ No newline at end of file
+{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/decode(jwt:)"]}],"seeAlsoSections":[{"identifiers":["https:\/\/jwt.io","https:\/\/auth0.com\/docs\/secure\/tokens\/json-web-tokens\/validate-json-web-tokens","https:\/\/auth0.com\/docs\/secure\/tokens\/id-tokens\/validate-id-tokens"],"title":"Related Documentation"}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"("},{"text":"jwt","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT","preciseIdentifier":"s:9JWTDecode3JWTP","text":"JWT"}]}]},{"parameters":[{"name":"jwt","content":[{"inlineContent":[{"type":"text","text":"JWT string value to decode."}],"type":"paragraph"}]}],"kind":"parameters"},{"content":[{"text":"Return Value","type":"heading","level":2,"anchor":"return-value"},{"type":"paragraph","inlineContent":[{"type":"text","text":"A "},{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT","type":"reference","isActive":true},{"type":"text","text":" value."}]}],"kind":"content"},{"content":[{"text":"Discussion","type":"heading","anchor":"discussion","level":2},{"syntax":"swift","code":["let jwt = try decode(jwt: idToken)"],"type":"codeListing"},{"name":"Throws","style":"note","type":"aside","content":[{"type":"paragraph","inlineContent":[{"text":"A ","type":"text"},{"isActive":true,"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","type":"reference"},{"text":" error if the JWT cannot be decoded.","type":"text"}]}]},{"type":"aside","content":[{"inlineContent":[{"type":"text","text":"This method doesn’t validate the JWT. Any well-formed JWT can be decoded from Base64URL."}],"type":"paragraph"}],"style":"important","name":"Important"}],"kind":"content"}],"metadata":{"roleHeading":"Function","modules":[{"name":"JWTDecode"}],"fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"text":"decode","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"jwt"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":") ","kind":"text"},{"kind":"keyword","text":"throws"},{"text":" -> ","kind":"text"},{"text":"JWT","kind":"typeIdentifier","preciseIdentifier":"s:9JWTDecode3JWTP"}],"title":"decode(jwt:)","role":"symbol","externalID":"s:9JWTDecode6decode3jwtAA3JWT_pSS_tKF","symbolKind":"func"},"schemaVersion":{"patch":0,"major":0,"minor":3},"kind":"symbol","identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/decode(jwt:)","interfaceLanguage":"swift"},"abstract":[{"text":"Decodes a JWT into an object that holds the decoded body, along with the header and signature.","type":"text"}],"sections":[],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"type":"topic","url":"\/documentation\/jwtdecode","abstract":[],"title":"JWTDecode","role":"collection","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","kind":"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"},"https://auth0.com/docs/secure/tokens/id-tokens/validate-id-tokens":{"title":"Validate ID Tokens","url":"https:\/\/auth0.com\/docs\/secure\/tokens\/id-tokens\/validate-id-tokens","identifier":"https:\/\/auth0.com\/docs\/secure\/tokens\/id-tokens\/validate-id-tokens","titleInlineContent":[{"text":"Validate ID Tokens","type":"text"}],"type":"link"},"https://auth0.com/docs/secure/tokens/json-web-tokens/validate-json-web-tokens":{"titleInlineContent":[{"type":"text","text":"Validate JSON Web Tokens"}],"title":"Validate JSON Web Tokens","identifier":"https:\/\/auth0.com\/docs\/secure\/tokens\/json-web-tokens\/validate-json-web-tokens","type":"link","url":"https:\/\/auth0.com\/docs\/secure\/tokens\/json-web-tokens\/validate-json-web-tokens"},"https://jwt.io":{"title":"JWT.io","url":"https:\/\/jwt.io","identifier":"https:\/\/jwt.io","titleInlineContent":[{"text":"JWT.io","type":"text"}],"type":"link"},"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"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt.json b/docs/data/documentation/jwtdecode/jwt.json
index 633420c..5ec1777 100644
--- a/docs/data/documentation/jwtdecode/jwt.json
+++ b/docs/data/documentation/jwtdecode/jwt.json
@@ -1 +1 @@
-{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/audience","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/body","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expired","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expiresAt","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/header","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/identifier","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuedAt","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuer","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/notBefore","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/signature","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/string","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subject"]},{"title":"Instance Methods","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/claim(name:)"]},{"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subscript(_:)"],"title":"Subscripts"}],"metadata":{"role":"symbol","symbolKind":"protocol","roleHeading":"Protocol","modules":[{"name":"JWTDecode"}],"fragments":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"JWT"}],"externalID":"s:9JWTDecode3JWTP","title":"JWT","navigatorTitle":[{"kind":"identifier","text":"JWT"}]},"seeAlsoSections":[{"title":"Related Documentation","identifiers":["https:\/\/jwt.io","https:\/\/auth0.com\/docs\/secure\/tokens\/json-web-tokens\/validate-json-web-tokens","https:\/\/auth0.com\/docs\/secure\/tokens\/id-tokens\/validate-id-tokens"]}],"kind":"symbol","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"tokens":[{"text":"protocol","kind":"keyword"},{"text":" ","kind":"text"},{"text":"JWT","kind":"identifier"}],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode"]]},"abstract":[{"type":"text","text":"A decoded JWT."}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/subscript(_:)":{"url":"\/documentation\/jwtdecode\/jwt\/subscript(_:)","type":"topic","abstract":[{"text":"Returns a claim by its name.","type":"text"}],"role":"symbol","fragments":[{"text":"subscript","kind":"keyword"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"text":"Claim","kind":"typeIdentifier","preciseIdentifier":"s:9JWTDecode5ClaimV"}],"title":"subscript(_:)","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subscript(_:)","kind":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/body":{"title":"body","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"body","kind":"identifier"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":" : "},{"kind":"keyword","text":"Any"},{"text":"]","kind":"text"}],"abstract":[{"text":"Contents of the body part (claims).","type":"text"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/body","kind":"symbol","required":true,"role":"symbol","url":"\/documentation\/jwtdecode\/jwt\/body","type":"topic"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/subject":{"required":true,"title":"subject","role":"symbol","url":"\/documentation\/jwtdecode\/jwt\/subject","kind":"symbol","abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"sub"},{"type":"text","text":" claim, if available."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subject","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"subject","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/issuer":{"required":true,"title":"issuer","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuer","type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/issuer","abstract":[{"text":"Value of the ","type":"text"},{"code":"iss","type":"codeVoice"},{"type":"text","text":" claim, if available."}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"issuer","kind":"identifier"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}]},"https://auth0.com/docs/secure/tokens/id-tokens/validate-id-tokens":{"title":"Validate ID Tokens","titleInlineContent":[{"type":"text","text":"Validate ID Tokens"}],"url":"https:\/\/auth0.com\/docs\/secure\/tokens\/id-tokens\/validate-id-tokens","identifier":"https:\/\/auth0.com\/docs\/secure\/tokens\/id-tokens\/validate-id-tokens","type":"link"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/notBefore":{"kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/notbefore","type":"topic","title":"notBefore","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/notBefore","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"notBefore","kind":"identifier"},{"text":": ","kind":"text"},{"text":"Date","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV"},{"text":"?","kind":"text"}],"abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"nbf"},{"text":" claim, if available.","type":"text"}],"required":true},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/signature":{"role":"symbol","abstract":[{"type":"text","text":"Signature part."}],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"signature","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/signature","url":"\/documentation\/jwtdecode\/jwt\/signature","title":"signature","type":"topic","required":true},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/audience":{"role":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/audience","abstract":[{"text":"Value of the ","type":"text"},{"type":"codeVoice","code":"aud"},{"type":"text","text":" claim, if available."}],"required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"audience"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"]?","kind":"text"}],"type":"topic","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/audience","title":"audience"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/identifier":{"url":"\/documentation\/jwtdecode\/jwt\/identifier","role":"symbol","title":"identifier","kind":"symbol","abstract":[{"text":"Value of the ","type":"text"},{"type":"codeVoice","code":"jti"},{"type":"text","text":" claim, if available."}],"required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"identifier","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/identifier"},"https://auth0.com/docs/secure/tokens/json-web-tokens/validate-json-web-tokens":{"titleInlineContent":[{"text":"Validate JSON Web Tokens","type":"text"}],"url":"https:\/\/auth0.com\/docs\/secure\/tokens\/json-web-tokens\/validate-json-web-tokens","identifier":"https:\/\/auth0.com\/docs\/secure\/tokens\/json-web-tokens\/validate-json-web-tokens","title":"Validate JSON Web Tokens","type":"link"},"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"},"https://jwt.io":{"title":"JWT.io","titleInlineContent":[{"type":"text","text":"JWT.io"}],"url":"https:\/\/jwt.io","identifier":"https:\/\/jwt.io","type":"link"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/expired":{"required":true,"title":"expired","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expired","type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/expired","abstract":[{"type":"text","text":"Checks if the JWT is currently expired using the "},{"code":"exp","type":"codeVoice"},{"type":"text","text":" claim. If the claim is not present the JWT will be"},{"text":" ","type":"text"},{"text":"deemed unexpired.","type":"text"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"expired"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/string":{"required":true,"title":"string","type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/string","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/string","abstract":[{"text":"JWT string value.","type":"text"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"string","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}]},"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"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/expiresAt":{"required":true,"title":"expiresAt","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expiresAt","type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/expiresat","abstract":[{"text":"Value of the ","type":"text"},{"type":"codeVoice","code":"exp"},{"type":"text","text":" claim, if available."}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"expiresAt","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation4DateV","kind":"typeIdentifier","text":"Date"},{"kind":"text","text":"?"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/issuedAt":{"required":true,"title":"issuedAt","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuedAt","type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/issuedat","abstract":[{"text":"Value of the ","type":"text"},{"type":"codeVoice","code":"iat"},{"text":" claim, if available.","type":"text"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"issuedAt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation4DateV","kind":"typeIdentifier","text":"Date"},{"text":"?","kind":"text"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/header":{"required":true,"title":"header","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/header","type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/header","abstract":[{"text":"Contents of the header part.","type":"text"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"header"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":" : ","kind":"text"},{"kind":"keyword","text":"Any"},{"kind":"text","text":"]"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/claim(name:)":{"title":"claim(name:)","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/claim(name:)","type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/claim(name:)","abstract":[{"text":"Returns a claim by its name.","type":"text"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"claim","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"name"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Claim","preciseIdentifier":"s:9JWTDecode5ClaimV"}]}}}
\ No newline at end of file
+{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt"]}],"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"JWT","role":"symbol","roleHeading":"Protocol","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"JWT"}],"symbolKind":"protocol","modules":[{"name":"JWTDecode"}],"navigatorTitle":[{"kind":"identifier","text":"JWT"}],"externalID":"s:9JWTDecode3JWTP"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode"]]},"sections":[],"abstract":[{"text":"A decoded JWT.","type":"text"}],"seeAlsoSections":[{"title":"Related Documentation","identifiers":["https:\/\/jwt.io","https:\/\/auth0.com\/docs\/secure\/tokens\/json-web-tokens\/validate-json-web-tokens","https:\/\/auth0.com\/docs\/secure\/tokens\/id-tokens\/validate-id-tokens"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"text":"protocol","kind":"keyword"},{"kind":"text","text":" "},{"text":"JWT","kind":"identifier"}]}]}],"kind":"symbol","topicSections":[{"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/audience","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/body","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expired","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expiresAt","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/header","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/identifier","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuedAt","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuer","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/notBefore","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/signature","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/string","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subject"],"title":"Instance Properties"},{"title":"Instance Methods","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/claim(name:)"]},{"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subscript(_:)"],"title":"Subscripts"}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/string":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/string","required":true,"title":"string","url":"\/documentation\/jwtdecode\/jwt\/string","type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"string"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"JWT string value."}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/header":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/header","required":true,"title":"header","url":"\/documentation\/jwtdecode\/jwt\/header","type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"header"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":" : ","kind":"text"},{"kind":"keyword","text":"Any"},{"text":"]","kind":"text"}],"abstract":[{"type":"text","text":"Contents of the header part."}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/subject":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"subject"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"sub"},{"type":"text","text":" claim, if available."}],"url":"\/documentation\/jwtdecode\/jwt\/subject","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subject","kind":"symbol","required":true,"role":"symbol","title":"subject","type":"topic"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/body":{"type":"topic","abstract":[{"type":"text","text":"Contents of the body part (claims)."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/body","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"body","kind":"identifier"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":" : "},{"kind":"keyword","text":"Any"},{"text":"]","kind":"text"}],"required":true,"kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/body","title":"body"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/claim(name:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"claim"},{"text":"(","kind":"text"},{"text":"name","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:9JWTDecode5ClaimV","text":"Claim"}],"type":"topic","url":"\/documentation\/jwtdecode\/jwt\/claim(name:)","title":"claim(name:)","abstract":[{"type":"text","text":"Returns a claim by its name."}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/claim(name:)"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/audience":{"role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/audience","abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"aud"},{"type":"text","text":" claim, if available."}],"required":true,"title":"audience","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"audience","kind":"identifier"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"]?","kind":"text"}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/audience"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/expired":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"expired"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"}],"title":"expired","url":"\/documentation\/jwtdecode\/jwt\/expired","abstract":[{"text":"Checks if the JWT is currently expired using the ","type":"text"},{"type":"codeVoice","code":"exp"},{"text":" claim. If the claim is not present the JWT will be","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"deemed unexpired."}],"kind":"symbol","required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expired"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/expiresAt":{"role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/expiresat","abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"exp"},{"type":"text","text":" claim, if available."}],"required":true,"title":"expiresAt","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"expiresAt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV","text":"Date"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expiresAt"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/identifier":{"required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"identifier","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"title":"identifier","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/identifier","url":"\/documentation\/jwtdecode\/jwt\/identifier","abstract":[{"type":"text","text":"Value of the "},{"code":"jti","type":"codeVoice"},{"type":"text","text":" claim, if available."}],"type":"topic","kind":"symbol","role":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/signature":{"required":true,"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/signature","role":"symbol","title":"signature","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/signature","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"signature"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Signature part."}]},"https://jwt.io":{"identifier":"https:\/\/jwt.io","titleInlineContent":[{"type":"text","text":"JWT.io"}],"url":"https:\/\/jwt.io","title":"JWT.io","type":"link"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/issuedAt":{"role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/issuedat","abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"iat"},{"type":"text","text":" claim, if available."}],"required":true,"title":"issuedAt","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"issuedAt","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV","text":"Date"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuedAt"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/subscript(_:)":{"kind":"symbol","abstract":[{"type":"text","text":"Returns a claim by its name."}],"title":"subscript(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"subscript"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"text":"Claim","kind":"typeIdentifier","preciseIdentifier":"s:9JWTDecode5ClaimV"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subscript(_:)","url":"\/documentation\/jwtdecode\/jwt\/subscript(_:)"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/issuer":{"role":"symbol","title":"issuer","required":true,"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"issuer"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"url":"\/documentation\/jwtdecode\/jwt\/issuer","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuer","abstract":[{"text":"Value of the ","type":"text"},{"type":"codeVoice","code":"iss"},{"type":"text","text":" claim, if available."}]},"https://auth0.com/docs/secure/tokens/id-tokens/validate-id-tokens":{"identifier":"https:\/\/auth0.com\/docs\/secure\/tokens\/id-tokens\/validate-id-tokens","titleInlineContent":[{"type":"text","text":"Validate ID Tokens"}],"url":"https:\/\/auth0.com\/docs\/secure\/tokens\/id-tokens\/validate-id-tokens","title":"Validate ID Tokens","type":"link"},"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":[]},"https://auth0.com/docs/secure/tokens/json-web-tokens/validate-json-web-tokens":{"identifier":"https:\/\/auth0.com\/docs\/secure\/tokens\/json-web-tokens\/validate-json-web-tokens","url":"https:\/\/auth0.com\/docs\/secure\/tokens\/json-web-tokens\/validate-json-web-tokens","titleInlineContent":[{"type":"text","text":"Validate JSON Web Tokens"}],"title":"Validate JSON Web Tokens","type":"link"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/notBefore":{"role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/notbefore","abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"nbf"},{"type":"text","text":" claim, if available."}],"required":true,"title":"notBefore","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"notBefore"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV","text":"Date"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/notBefore"},"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"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/audience.json b/docs/data/documentation/jwtdecode/jwt/audience.json
index 060f6db..db579b4 100644
--- a/docs/data/documentation/jwtdecode/jwt/audience.json
+++ b/docs/data/documentation/jwtdecode/jwt/audience.json
@@ -1 +1 @@
-{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"audience","kind":"identifier"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"]? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/audience","interfaceLanguage":"swift"},"abstract":[{"text":"Value of the ","type":"text"},{"code":"aud","type":"codeVoice"},{"type":"text","text":" claim, if available."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/audience"]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"metadata":{"modules":[{"name":"JWTDecode"}],"roleHeading":"Instance Property","required":true,"title":"audience","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"audience","kind":"identifier"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"]?","kind":"text"}],"externalID":"s:9JWTDecode3JWTP8audienceSaySSGSgvp","role":"symbol","symbolKind":"property"},"kind":"symbol","references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/audience":{"role":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/audience","abstract":[{"text":"Value of the ","type":"text"},{"type":"codeVoice","code":"aud"},{"type":"text","text":" claim, if available."}],"required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"audience"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"]?","kind":"text"}],"type":"topic","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/audience","title":"audience"},"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"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"title":"JWTDecode","role":"collection","url":"\/documentation\/jwtdecode","kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","abstract":[],"type":"topic"}}}
\ No newline at end of file
+{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"audience","kind":"identifier"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"]? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"metadata":{"externalID":"s:9JWTDecode3JWTP8audienceSaySSGSgvp","role":"symbol","title":"audience","modules":[{"name":"JWTDecode"}],"required":true,"symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"audience"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"]?","kind":"text"}],"roleHeading":"Instance Property"},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/audience","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/audience"]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"sections":[],"abstract":[{"text":"Value of the ","type":"text"},{"type":"codeVoice","code":"aud"},{"type":"text","text":" claim, if available."}],"kind":"symbol","references":{"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":[]},"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/JWT/audience":{"role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/audience","abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"aud"},{"type":"text","text":" claim, if available."}],"required":true,"title":"audience","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"audience","kind":"identifier"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"]?","kind":"text"}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/audience"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/body.json b/docs/data/documentation/jwtdecode/jwt/body.json
index ea26c6c..641aa58 100644
--- a/docs/data/documentation/jwtdecode/jwt/body.json
+++ b/docs/data/documentation/jwtdecode/jwt/body.json
@@ -1 +1 @@
-{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/body"]}],"abstract":[{"text":"Contents of the body part (claims).","type":"text"}],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/body","interfaceLanguage":"swift"},"schemaVersion":{"minor":3,"patch":0,"major":0},"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"body","kind":"identifier"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":" : ","kind":"text"},{"kind":"keyword","text":"Any"},{"kind":"text","text":"]"}],"title":"body","symbolKind":"property","externalID":"s:9JWTDecode3JWTP4bodySDySSypGvp","roleHeading":"Instance Property","required":true,"modules":[{"name":"JWTDecode"}],"role":"symbol"},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"keyword","text":"Any"},{"kind":"text","text":"] { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"kind":"symbol","references":{"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/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"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/body":{"title":"body","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"body","kind":"identifier"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":" : "},{"kind":"keyword","text":"Any"},{"text":"]","kind":"text"}],"abstract":[{"text":"Contents of the body part (claims).","type":"text"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/body","kind":"symbol","required":true,"role":"symbol","url":"\/documentation\/jwtdecode\/jwt\/body","type":"topic"}}}
\ No newline at end of file
+{"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"kind":"symbol","sections":[],"abstract":[{"type":"text","text":"Contents of the body part (claims)."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"body","kind":"identifier"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":" : "},{"kind":"keyword","text":"Any"},{"text":"] { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["iOS"]}]}],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/body","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/body"]}],"metadata":{"modules":[{"name":"JWTDecode"}],"required":true,"symbolKind":"property","externalID":"s:9JWTDecode3JWTP4bodySDySSypGvp","title":"body","role":"symbol","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"body"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":" : "},{"text":"Any","kind":"keyword"},{"text":"]","kind":"text"}]},"references":{"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/JWT/body":{"type":"topic","abstract":[{"type":"text","text":"Contents of the body part (claims)."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/body","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"body","kind":"identifier"},{"text":": [","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":" : "},{"kind":"keyword","text":"Any"},{"text":"]","kind":"text"}],"required":true,"kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/body","title":"body"},"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":[]}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/claim(name:).json b/docs/data/documentation/jwtdecode/jwt/claim(name:).json
index 7d58a0a..a6aaa8e 100644
--- a/docs/data/documentation/jwtdecode/jwt/claim(name:).json
+++ b/docs/data/documentation/jwtdecode/jwt/claim(name:).json
@@ -1 +1 @@
-{"primaryContentSections":[{"declarations":[{"platforms":["iOS"],"tokens":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"claim"},{"text":"(","kind":"text"},{"text":"name","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim","text":"Claim","preciseIdentifier":"s:9JWTDecode5ClaimV"}],"languages":["swift"]}],"kind":"declarations"},{"parameters":[{"name":"name","content":[{"type":"paragraph","inlineContent":[{"text":"Name of the claim in the JWT.","type":"text"}]}]}],"kind":"parameters"},{"content":[{"text":"Return Value","anchor":"return-value","type":"heading","level":2},{"type":"paragraph","inlineContent":[{"type":"text","text":"A "},{"type":"reference","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim","isActive":true},{"type":"text","text":" instance."}]}],"kind":"content"},{"kind":"content","content":[{"type":"heading","anchor":"discussion","text":"Discussion","level":2},{"code":["if let email = jwt.claim(name: \"email\").string {"," print(\"Email is \\(email)\")","}"],"type":"codeListing","syntax":"swift"}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/claim(name:)"]}],"metadata":{"extendedModule":"JWTDecode","fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"claim","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"name"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":") -> "},{"text":"Claim","kind":"typeIdentifier","preciseIdentifier":"s:9JWTDecode5ClaimV"}],"title":"claim(name:)","symbolKind":"method","roleHeading":"Instance Method","modules":[{"name":"JWTDecode"}],"role":"symbol","externalID":"s:9JWTDecode3JWTPAAE5claim4nameAA5ClaimVSS_tF"},"kind":"symbol","abstract":[{"text":"Returns a claim by its name.","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/claim(name:)"},"sections":[],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"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/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"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/claim(name:)":{"title":"claim(name:)","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/claim(name:)","type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/claim(name:)","abstract":[{"text":"Returns a claim by its name.","type":"text"}],"fragments":[{"kind":"keyword","text":"func"},{"text":" ","kind":"text"},{"text":"claim","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"externalParam","text":"name"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","text":"Claim","preciseIdentifier":"s:9JWTDecode5ClaimV"}]}}}
\ No newline at end of file
+{"metadata":{"role":"symbol","modules":[{"name":"JWTDecode"}],"extendedModule":"JWTDecode","roleHeading":"Instance Method","symbolKind":"method","fragments":[{"text":"func","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"claim"},{"kind":"text","text":"("},{"text":"name","kind":"externalParam"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:9JWTDecode5ClaimV","text":"Claim"}],"title":"claim(name:)","externalID":"s:9JWTDecode3JWTPAAE5claim4nameAA5ClaimVSS_tF"},"schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"text":"claim","kind":"identifier"},{"kind":"text","text":"("},{"text":"name","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:9JWTDecode5ClaimV","text":"Claim","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim","kind":"typeIdentifier"}],"platforms":["iOS"],"languages":["swift"]}],"kind":"declarations"},{"kind":"parameters","parameters":[{"name":"name","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Name of the claim in the JWT."}]}]}]},{"kind":"content","content":[{"anchor":"return-value","type":"heading","text":"Return Value","level":2},{"inlineContent":[{"text":"A ","type":"text"},{"isActive":true,"type":"reference","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"},{"type":"text","text":" instance."}],"type":"paragraph"}]},{"content":[{"text":"Discussion","type":"heading","level":2,"anchor":"discussion"},{"syntax":"swift","code":["if let email = jwt.claim(name: \"email\").string {"," print(\"Email is \\(email)\")","}"],"type":"codeListing"}],"kind":"content"}],"sections":[],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/claim(name:)","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"text":"Returns a claim by its name.","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/claim(name:)"]}],"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/claim(name:)":{"fragments":[{"text":"func","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"claim"},{"text":"(","kind":"text"},{"text":"name","kind":"externalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:9JWTDecode5ClaimV","text":"Claim"}],"type":"topic","url":"\/documentation\/jwtdecode\/jwt\/claim(name:)","title":"claim(name:)","abstract":[{"type":"text","text":"Returns a claim by its name."}],"kind":"symbol","role":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/claim(name:)"},"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"type":"topic","url":"\/documentation\/jwtdecode","abstract":[],"title":"JWTDecode","role":"collection","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","kind":"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"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/expired.json b/docs/data/documentation/jwtdecode/jwt/expired.json
index 3de27d2..1f1fc46 100644
--- a/docs/data/documentation/jwtdecode/jwt/expired.json
+++ b/docs/data/documentation/jwtdecode/jwt/expired.json
@@ -1 +1 @@
-{"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expired"},"metadata":{"role":"symbol","symbolKind":"property","externalID":"s:9JWTDecode3JWTP7expiredSbvp","title":"expired","roleHeading":"Instance Property","required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"expired","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"modules":[{"name":"JWTDecode"}]},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"expired","kind":"identifier"},{"kind":"text","text":": "},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["iOS"]}]}],"sections":[],"kind":"symbol","abstract":[{"type":"text","text":"Checks if the JWT is currently expired using the "},{"type":"codeVoice","code":"exp"},{"type":"text","text":" claim. If the claim is not present the JWT will be"},{"type":"text","text":" "},{"type":"text","text":"deemed unexpired."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/expired"]}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/expired":{"required":true,"title":"expired","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expired","type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/expired","abstract":[{"type":"text","text":"Checks if the JWT is currently expired using the "},{"code":"exp","type":"codeVoice"},{"type":"text","text":" claim. If the claim is not present the JWT will be"},{"text":" ","type":"text"},{"text":"deemed unexpired.","type":"text"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"expired"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"}]},"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/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"}]}}}
\ No newline at end of file
+{"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"expired","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Bool","preciseIdentifier":"s:Sb"}],"role":"symbol","title":"expired","externalID":"s:9JWTDecode3JWTP7expiredSbvp","modules":[{"name":"JWTDecode"}],"required":true,"roleHeading":"Instance Property","symbolKind":"property"},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expired","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/expired"]}],"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"sections":[],"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"expired"},{"kind":"text","text":": "},{"preciseIdentifier":"s:Sb","kind":"typeIdentifier","text":"Bool"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["iOS"]}],"kind":"declarations"}],"abstract":[{"type":"text","text":"Checks if the JWT is currently expired using the "},{"code":"exp","type":"codeVoice"},{"type":"text","text":" claim. If the claim is not present the JWT will be"},{"text":" ","type":"text"},{"text":"deemed unexpired.","type":"text"}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT":{"role":"symbol","navigatorTitle":[{"kind":"identifier","text":"JWT"}],"abstract":[{"type":"text","text":"A decoded JWT."}],"title":"JWT","kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT","url":"\/documentation\/jwtdecode\/jwt","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"JWT"}],"type":"topic"},"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"type":"topic","url":"\/documentation\/jwtdecode","abstract":[],"title":"JWTDecode","role":"collection","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","kind":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/expired":{"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"expired"},{"text":": ","kind":"text"},{"text":"Bool","kind":"typeIdentifier","preciseIdentifier":"s:Sb"}],"title":"expired","url":"\/documentation\/jwtdecode\/jwt\/expired","abstract":[{"text":"Checks if the JWT is currently expired using the ","type":"text"},{"type":"codeVoice","code":"exp"},{"text":" claim. If the claim is not present the JWT will be","type":"text"},{"text":" ","type":"text"},{"type":"text","text":"deemed unexpired."}],"kind":"symbol","required":true,"role":"symbol","type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expired"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/expiresat.json b/docs/data/documentation/jwtdecode/jwt/expiresat.json
index 1af2dd6..702080e 100644
--- a/docs/data/documentation/jwtdecode/jwt/expiresat.json
+++ b/docs/data/documentation/jwtdecode/jwt/expiresat.json
@@ -1 +1 @@
-{"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/expiresat"]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expiresAt"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"expiresAt","kind":"identifier"},{"text":": ","kind":"text"},{"text":"Date","preciseIdentifier":"s:10Foundation4DateV","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"abstract":[{"type":"text","text":"Value of the "},{"code":"exp","type":"codeVoice"},{"type":"text","text":" claim, if available."}],"metadata":{"role":"symbol","modules":[{"name":"JWTDecode"}],"title":"expiresAt","roleHeading":"Instance Property","symbolKind":"property","externalID":"s:9JWTDecode3JWTP9expiresAt10Foundation4DateVSgvp","required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"expiresAt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV","text":"Date"},{"text":"?","kind":"text"}]},"references":{"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"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/expiresAt":{"required":true,"title":"expiresAt","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expiresAt","type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/expiresat","abstract":[{"text":"Value of the ","type":"text"},{"type":"codeVoice","code":"exp"},{"type":"text","text":" claim, if available."}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"expiresAt","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation4DateV","kind":"typeIdentifier","text":"Date"},{"kind":"text","text":"?"}]},"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"}}}
\ No newline at end of file
+{"sections":[],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/expiresat"]}],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expiresAt","interfaceLanguage":"swift"},"metadata":{"title":"expiresAt","externalID":"s:9JWTDecode3JWTP9expiresAt10Foundation4DateVSgvp","symbolKind":"property","modules":[{"name":"JWTDecode"}],"roleHeading":"Instance Property","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"expiresAt","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV","text":"Date"},{"text":"?","kind":"text"}],"required":true},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"expiresAt","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Date","preciseIdentifier":"s:10Foundation4DateV"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]}],"abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"exp"},{"type":"text","text":" claim, if available."}],"schemaVersion":{"major":0,"patch":0,"minor":3},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/expiresAt":{"role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/expiresat","abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"exp"},{"type":"text","text":" claim, if available."}],"required":true,"title":"expiresAt","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"expiresAt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV","text":"Date"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/expiresAt"},"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":{"kind":"symbol","role":"collection","type":"topic","title":"JWTDecode","url":"\/documentation\/jwtdecode","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","abstract":[]}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/header.json b/docs/data/documentation/jwtdecode/jwt/header.json
index c8355c1..3d58e71 100644
--- a/docs/data/documentation/jwtdecode/jwt/header.json
+++ b/docs/data/documentation/jwtdecode/jwt/header.json
@@ -1 +1 @@
-{"schemaVersion":{"patch":0,"minor":3,"major":0},"metadata":{"title":"header","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"header"},{"text":": [","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":" : "},{"text":"Any","kind":"keyword"},{"text":"]","kind":"text"}],"modules":[{"name":"JWTDecode"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:9JWTDecode3JWTP6headerSDySSypGvp","symbolKind":"property","required":true},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"header","kind":"identifier"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":" : "},{"kind":"keyword","text":"Any"},{"text":"] { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["iOS"],"languages":["swift"]}]}],"kind":"symbol","abstract":[{"type":"text","text":"Contents of the header part."}],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/header","interfaceLanguage":"swift"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/header"]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"sections":[],"references":{"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"}]},"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/JWT/header":{"required":true,"title":"header","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/header","type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/header","abstract":[{"text":"Contents of the header part.","type":"text"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"header"},{"text":": [","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":" : ","kind":"text"},{"kind":"keyword","text":"Any"},{"kind":"text","text":"]"}]}}}
\ No newline at end of file
+{"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Contents of the header part."}],"variants":[{"paths":["\/documentation\/jwtdecode\/jwt\/header"],"traits":[{"interfaceLanguage":"swift"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/header"},"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"header","kind":"identifier"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":" : ","kind":"text"},{"kind":"keyword","text":"Any"},{"kind":"text","text":"]"}],"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"JWTDecode"}],"required":true,"externalID":"s:9JWTDecode3JWTP6headerSDySSypGvp","symbolKind":"property","title":"header"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"header"},{"kind":"text","text":": ["},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":" : ","kind":"text"},{"kind":"keyword","text":"Any"},{"text":"] { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["iOS"],"languages":["swift"]}]}],"sections":[],"references":{"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":{"kind":"symbol","role":"collection","type":"topic","title":"JWTDecode","url":"\/documentation\/jwtdecode","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","abstract":[]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/header":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/header","required":true,"title":"header","url":"\/documentation\/jwtdecode\/jwt\/header","type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"header"},{"kind":"text","text":": ["},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":" : ","kind":"text"},{"kind":"keyword","text":"Any"},{"text":"]","kind":"text"}],"abstract":[{"type":"text","text":"Contents of the header part."}]}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/identifier.json b/docs/data/documentation/jwtdecode/jwt/identifier.json
index b910f8e..20f0a6a 100644
--- a/docs/data/documentation/jwtdecode/jwt/identifier.json
+++ b/docs/data/documentation/jwtdecode/jwt/identifier.json
@@ -1 +1 @@
-{"metadata":{"roleHeading":"Instance Property","role":"symbol","modules":[{"name":"JWTDecode"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"identifier","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?","kind":"text"}],"symbolKind":"property","externalID":"s:9JWTDecode3JWTP10identifierSSSgvp","required":true,"title":"identifier"},"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"type":"text","text":"Value of the "},{"code":"jti","type":"codeVoice"},{"type":"text","text":" claim, if available."}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/identifier"]}],"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"identifier","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["iOS"]}],"kind":"declarations"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/identifier"},"sections":[],"kind":"symbol","references":{"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"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/identifier":{"url":"\/documentation\/jwtdecode\/jwt\/identifier","role":"symbol","title":"identifier","kind":"symbol","abstract":[{"text":"Value of the ","type":"text"},{"type":"codeVoice","code":"jti"},{"type":"text","text":" claim, if available."}],"required":true,"type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"identifier","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/identifier"},"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"}}}
\ No newline at end of file
+{"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/identifier","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Value of the "},{"code":"jti","type":"codeVoice"},{"type":"text","text":" claim, if available."}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"primaryContentSections":[{"declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"identifier","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"platforms":["iOS"]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/identifier"]}],"kind":"symbol","metadata":{"modules":[{"name":"JWTDecode"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"identifier"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"title":"identifier","role":"symbol","externalID":"s:9JWTDecode3JWTP10identifierSSSgvp","symbolKind":"property","roleHeading":"Instance Property","required":true},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"type":"topic","url":"\/documentation\/jwtdecode","abstract":[],"title":"JWTDecode","role":"collection","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","kind":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/identifier":{"required":true,"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"identifier","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"title":"identifier","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/identifier","url":"\/documentation\/jwtdecode\/jwt\/identifier","abstract":[{"type":"text","text":"Value of the "},{"code":"jti","type":"codeVoice"},{"type":"text","text":" claim, if available."}],"type":"topic","kind":"symbol","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"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/issuedat.json b/docs/data/documentation/jwtdecode/jwt/issuedat.json
index e17ec9f..de39316 100644
--- a/docs/data/documentation/jwtdecode/jwt/issuedat.json
+++ b/docs/data/documentation/jwtdecode/jwt/issuedat.json
@@ -1 +1 @@
-{"sections":[],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"issuedAt","kind":"identifier"},{"text":": ","kind":"text"},{"text":"Date","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV"},{"text":"?","kind":"text"}],"role":"symbol","roleHeading":"Instance Property","title":"issuedAt","externalID":"s:9JWTDecode3JWTP8issuedAt10Foundation4DateVSgvp","required":true,"modules":[{"name":"JWTDecode"}],"symbolKind":"property"},"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuedAt"},"abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"iat"},{"text":" claim, if available.","type":"text"}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"issuedAt"},{"kind":"text","text":": "},{"text":"Date","preciseIdentifier":"s:10Foundation4DateV","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"],"platforms":["iOS"]}]}],"variants":[{"paths":["\/documentation\/jwtdecode\/jwt\/issuedat"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/issuedAt":{"required":true,"title":"issuedAt","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuedAt","type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/issuedat","abstract":[{"text":"Value of the ","type":"text"},{"type":"codeVoice","code":"iat"},{"text":" claim, if available.","type":"text"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"issuedAt"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation4DateV","kind":"typeIdentifier","text":"Date"},{"text":"?","kind":"text"}]},"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/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"}]}}}
\ No newline at end of file
+{"schemaVersion":{"patch":0,"major":0,"minor":3},"abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"iat"},{"text":" claim, if available.","type":"text"}],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuedAt","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"issuedAt","kind":"identifier"},{"kind":"text","text":": "},{"text":"Date","preciseIdentifier":"s:10Foundation4DateV","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["iOS"],"languages":["swift"]}]}],"metadata":{"externalID":"s:9JWTDecode3JWTP8issuedAt10Foundation4DateVSgvp","role":"symbol","title":"issuedAt","symbolKind":"property","modules":[{"name":"JWTDecode"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"issuedAt","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation4DateV","kind":"typeIdentifier","text":"Date"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","required":true},"sections":[],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/issuedat"]}],"kind":"symbol","references":{"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/JWT/issuedAt":{"role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/issuedat","abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"iat"},{"type":"text","text":" claim, if available."}],"required":true,"title":"issuedAt","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"issuedAt","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV","text":"Date"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuedAt"},"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":[]}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/issuer.json b/docs/data/documentation/jwtdecode/jwt/issuer.json
index 5329586..40807fe 100644
--- a/docs/data/documentation/jwtdecode/jwt/issuer.json
+++ b/docs/data/documentation/jwtdecode/jwt/issuer.json
@@ -1 +1 @@
-{"sections":[],"kind":"symbol","identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuer","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"title":"issuer","roleHeading":"Instance Property","modules":[{"name":"JWTDecode"}],"symbolKind":"property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"issuer"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?"}],"required":true,"externalID":"s:9JWTDecode3JWTP6issuerSSSgvp"},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/issuer"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"issuer","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"abstract":[{"text":"Value of the ","type":"text"},{"type":"codeVoice","code":"iss"},{"text":" claim, if available.","type":"text"}],"references":{"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/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"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/issuer":{"required":true,"title":"issuer","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuer","type":"topic","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/issuer","abstract":[{"text":"Value of the ","type":"text"},{"code":"iss","type":"codeVoice"},{"type":"text","text":" claim, if available."}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"issuer","kind":"identifier"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}]}}}
\ No newline at end of file
+{"metadata":{"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"issuer"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?"}],"role":"symbol","symbolKind":"property","externalID":"s:9JWTDecode3JWTP6issuerSSSgvp","title":"issuer","modules":[{"name":"JWTDecode"}],"required":true,"roleHeading":"Instance Property"},"primaryContentSections":[{"declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"issuer"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/issuer"]}],"abstract":[{"text":"Value of the ","type":"text"},{"type":"codeVoice","code":"iss"},{"text":" claim, if available.","type":"text"}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuer"},"sections":[],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/issuer":{"role":"symbol","title":"issuer","required":true,"type":"topic","kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"issuer"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"url":"\/documentation\/jwtdecode\/jwt\/issuer","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/issuer","abstract":[{"text":"Value of the ","type":"text"},{"type":"codeVoice","code":"iss"},{"type":"text","text":" claim, if available."}]},"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":[]},"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"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/notbefore.json b/docs/data/documentation/jwtdecode/jwt/notbefore.json
index 1830f83..c5a40f5 100644
--- a/docs/data/documentation/jwtdecode/jwt/notbefore.json
+++ b/docs/data/documentation/jwtdecode/jwt/notbefore.json
@@ -1 +1 @@
-{"sections":[],"abstract":[{"text":"Value of the ","type":"text"},{"code":"nbf","type":"codeVoice"},{"text":" claim, if available.","type":"text"}],"metadata":{"required":true,"symbolKind":"property","externalID":"s:9JWTDecode3JWTP9notBefore10Foundation4DateVSgvp","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"notBefore","kind":"identifier"},{"text":": ","kind":"text"},{"text":"Date","preciseIdentifier":"s:10Foundation4DateV","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"role":"symbol","title":"notBefore","roleHeading":"Instance Property","modules":[{"name":"JWTDecode"}]},"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"notBefore","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"Date","preciseIdentifier":"s:10Foundation4DateV"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/notbefore"]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/notBefore","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","url":"\/documentation\/jwtdecode","type":"topic","title":"JWTDecode","kind":"symbol","abstract":[],"role":"collection"},"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"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/notBefore":{"kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/notbefore","type":"topic","title":"notBefore","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/notBefore","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"notBefore","kind":"identifier"},{"text":": ","kind":"text"},{"text":"Date","kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV"},{"text":"?","kind":"text"}],"abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"nbf"},{"text":" claim, if available.","type":"text"}],"required":true}}}
\ No newline at end of file
+{"abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"nbf"},{"text":" claim, if available.","type":"text"}],"sections":[],"metadata":{"symbolKind":"property","modules":[{"name":"JWTDecode"}],"required":true,"role":"symbol","title":"notBefore","roleHeading":"Instance Property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"notBefore"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:10Foundation4DateV","kind":"typeIdentifier","text":"Date"},{"text":"?","kind":"text"}],"externalID":"s:9JWTDecode3JWTP9notBefore10Foundation4DateVSgvp"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"notBefore","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV","text":"Date"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/notbefore"]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/notBefore"},"schemaVersion":{"minor":3,"patch":0,"major":0},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/notBefore":{"role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/notbefore","abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"nbf"},{"type":"text","text":" claim, if available."}],"required":true,"title":"notBefore","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"notBefore"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:10Foundation4DateV","text":"Date"},{"text":"?","kind":"text"}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/notBefore"},"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":[]},"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"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/signature.json b/docs/data/documentation/jwtdecode/jwt/signature.json
index 5dfca0d..7e46df8 100644
--- a/docs/data/documentation/jwtdecode/jwt/signature.json
+++ b/docs/data/documentation/jwtdecode/jwt/signature.json
@@ -1 +1 @@
-{"abstract":[{"type":"text","text":"Signature part."}],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/signature","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"signature"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"platforms":["iOS"],"languages":["swift"]}],"kind":"declarations"}],"kind":"symbol","schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"title":"signature","modules":[{"name":"JWTDecode"}],"role":"symbol","roleHeading":"Instance Property","externalID":"s:9JWTDecode3JWTP9signatureSSSgvp","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"signature"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"required":true,"symbolKind":"property"},"sections":[],"variants":[{"paths":["\/documentation\/jwtdecode\/jwt\/signature"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT":{"navigatorTitle":[{"kind":"identifier","text":"JWT"}],"abstract":[{"text":"A decoded JWT.","type":"text"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"kind":"identifier","text":"JWT"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT","url":"\/documentation\/jwtdecode\/jwt","title":"JWT","type":"topic","role":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"url":"\/documentation\/jwtdecode","kind":"symbol","type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","abstract":[],"role":"collection","title":"JWTDecode"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/signature":{"role":"symbol","abstract":[{"type":"text","text":"Signature part."}],"kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"signature","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/signature","url":"\/documentation\/jwtdecode\/jwt\/signature","title":"signature","type":"topic","required":true}}}
\ No newline at end of file
+{"primaryContentSections":[{"declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"signature","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/jwtdecode\/jwt\/signature"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"sections":[],"abstract":[{"type":"text","text":"Signature part."}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/signature","interfaceLanguage":"swift"},"metadata":{"title":"signature","externalID":"s:9JWTDecode3JWTP9signatureSSSgvp","modules":[{"name":"JWTDecode"}],"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"signature"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?","kind":"text"}],"symbolKind":"property","roleHeading":"Instance Property","role":"symbol","required":true},"kind":"symbol","references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/signature":{"required":true,"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/signature","role":"symbol","title":"signature","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/signature","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"signature"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"abstract":[{"type":"text","text":"Signature part."}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"url":"\/documentation\/jwtdecode","abstract":[],"kind":"symbol","type":"topic","role":"collection","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","title":"JWTDecode"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT":{"navigatorTitle":[{"kind":"identifier","text":"JWT"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT","role":"symbol","title":"JWT","kind":"symbol","type":"topic","url":"\/documentation\/jwtdecode\/jwt","fragments":[{"kind":"keyword","text":"protocol"},{"text":" ","kind":"text"},{"text":"JWT","kind":"identifier"}],"abstract":[{"type":"text","text":"A decoded JWT."}]}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/string.json b/docs/data/documentation/jwtdecode/jwt/string.json
index 81e1578..8bc3dee 100644
--- a/docs/data/documentation/jwtdecode/jwt/string.json
+++ b/docs/data/documentation/jwtdecode/jwt/string.json
@@ -1 +1 @@
-{"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/string","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"string","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]}],"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/string"]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"kind":"symbol","metadata":{"roleHeading":"Instance Property","externalID":"s:9JWTDecode3JWTP6stringSSvp","symbolKind":"property","modules":[{"name":"JWTDecode"}],"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"string","kind":"identifier"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}],"role":"symbol","title":"string","required":true},"abstract":[{"type":"text","text":"JWT string value."}],"references":{"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/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"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/string":{"required":true,"title":"string","type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/string","role":"symbol","kind":"symbol","url":"\/documentation\/jwtdecode\/jwt\/string","abstract":[{"text":"JWT string value.","type":"text"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"string","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}]}}}
\ No newline at end of file
+{"sections":[],"kind":"symbol","schemaVersion":{"patch":0,"major":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/string","interfaceLanguage":"swift"},"abstract":[{"text":"JWT string value.","type":"text"}],"variants":[{"paths":["\/documentation\/jwtdecode\/jwt\/string"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"externalID":"s:9JWTDecode3JWTP6stringSSvp","roleHeading":"Instance Property","title":"string","symbolKind":"property","modules":[{"name":"JWTDecode"}],"required":true,"role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"string","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}]},"primaryContentSections":[{"declarations":[{"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"string","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}],"kind":"declarations"}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/string":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/string","required":true,"title":"string","url":"\/documentation\/jwtdecode\/jwt\/string","type":"topic","role":"symbol","kind":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"string"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"JWT string value."}]},"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":[]},"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"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/subject.json b/docs/data/documentation/jwtdecode/jwt/subject.json
index 9322ac8..bfcf805 100644
--- a/docs/data/documentation/jwtdecode/jwt/subject.json
+++ b/docs/data/documentation/jwtdecode/jwt/subject.json
@@ -1 +1 @@
-{"metadata":{"symbolKind":"property","externalID":"s:9JWTDecode3JWTP7subjectSSSgvp","roleHeading":"Instance Property","role":"symbol","modules":[{"name":"JWTDecode"}],"required":true,"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"subject"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"title":"subject"},"abstract":[{"text":"Value of the ","type":"text"},{"code":"sub","type":"codeVoice"},{"text":" claim, if available.","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subject","interfaceLanguage":"swift"},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"subject","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"? { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["iOS"]}]}],"variants":[{"paths":["\/documentation\/jwtdecode\/jwt\/subject"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"url":"\/documentation\/jwtdecode","kind":"symbol","type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","abstract":[],"role":"collection","title":"JWTDecode"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT/subject":{"required":true,"title":"subject","role":"symbol","url":"\/documentation\/jwtdecode\/jwt\/subject","kind":"symbol","abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"sub"},{"type":"text","text":" claim, if available."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subject","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"subject","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?"}]},"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"}]}}}
\ No newline at end of file
+{"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subject","interfaceLanguage":"swift"},"abstract":[{"text":"Value of the ","type":"text"},{"code":"sub","type":"codeVoice"},{"text":" claim, if available.","type":"text"}],"metadata":{"role":"symbol","roleHeading":"Instance Property","symbolKind":"property","modules":[{"name":"JWTDecode"}],"externalID":"s:9JWTDecode3JWTP7subjectSSSgvp","required":true,"fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"subject","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"title":"subject"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"subject"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"sections":[],"variants":[{"paths":["\/documentation\/jwtdecode\/jwt\/subject"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"references":{"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/JWT/subject":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"subject"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"abstract":[{"type":"text","text":"Value of the "},{"type":"codeVoice","code":"sub"},{"type":"text","text":" claim, if available."}],"url":"\/documentation\/jwtdecode\/jwt\/subject","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subject","kind":"symbol","required":true,"role":"symbol","title":"subject","type":"topic"},"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":[]}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwt/subscript(_:).json b/docs/data/documentation/jwtdecode/jwt/subscript(_:).json
index 35b45ac..83397b8 100644
--- a/docs/data/documentation/jwtdecode/jwt/subscript(_:).json
+++ b/docs/data/documentation/jwtdecode/jwt/subscript(_:).json
@@ -1 +1 @@
-{"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"abstract":[{"text":"Returns a claim by its name.","type":"text"}],"kind":"symbol","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/subscript(_:)"]}],"primaryContentSections":[{"declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"text":"subscript","kind":"keyword"},{"text":"(","kind":"text"},{"text":"claim","kind":"internalParam"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":") -> "},{"preciseIdentifier":"s:9JWTDecode5ClaimV","text":"Claim","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim","kind":"typeIdentifier"},{"text":" { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"},{"kind":"parameters","parameters":[{"name":"claim","content":[{"type":"paragraph","inlineContent":[{"text":"Name of the claim in the JWT.","type":"text"}]}]}]},{"content":[{"anchor":"return-value","level":2,"type":"heading","text":"Return Value"},{"inlineContent":[{"type":"text","text":"A "},{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim","type":"reference","isActive":true},{"text":" instance.","type":"text"}],"type":"paragraph"}],"kind":"content"},{"kind":"content","content":[{"text":"Overview","anchor":"overview","level":2,"type":"heading"},{"type":"codeListing","code":["if let email = jwt[\"email\"].string {"," print(\"Email is \\(email)\")","}"],"syntax":"swift"}]}],"metadata":{"role":"symbol","extendedModule":"JWTDecode","modules":[{"name":"JWTDecode"}],"roleHeading":"Instance Subscript","title":"subscript(_:)","symbolKind":"subscript","fragments":[{"kind":"keyword","text":"subscript"},{"text":"(","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":") -> ","kind":"text"},{"text":"Claim","kind":"typeIdentifier","preciseIdentifier":"s:9JWTDecode5ClaimV"}],"externalID":"s:9JWTDecode3JWTPAAEyAA5ClaimVSScip"},"sections":[],"schemaVersion":{"minor":3,"patch":0,"major":0},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subscript(_:)","interfaceLanguage":"swift"},"references":{"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"}]},"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/JWT/subscript(_:)":{"url":"\/documentation\/jwtdecode\/jwt\/subscript(_:)","type":"topic","abstract":[{"text":"Returns a claim by its name.","type":"text"}],"role":"symbol","fragments":[{"text":"subscript","kind":"keyword"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"text":"Claim","kind":"typeIdentifier","preciseIdentifier":"s:9JWTDecode5ClaimV"}],"title":"subscript(_:)","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subscript(_:)","kind":"symbol"},"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"}}}
\ No newline at end of file
+{"abstract":[{"type":"text","text":"Returns a claim by its name."}],"schemaVersion":{"patch":0,"minor":3,"major":0},"sections":[],"metadata":{"externalID":"s:9JWTDecode3JWTPAAEyAA5ClaimVSScip","role":"symbol","extendedModule":"JWTDecode","fragments":[{"text":"subscript","kind":"keyword"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":") -> ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:9JWTDecode5ClaimV","text":"Claim"}],"title":"subscript(_:)","roleHeading":"Instance Subscript","modules":[{"name":"JWTDecode"}],"symbolKind":"subscript"},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subscript(_:)","interfaceLanguage":"swift"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"subscript"},{"text":"(","kind":"text"},{"text":"claim","kind":"internalParam"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"kind":"typeIdentifier","preciseIdentifier":"s:9JWTDecode5ClaimV","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim","text":"Claim"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}]}]},{"kind":"parameters","parameters":[{"name":"claim","content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"Name of the claim in the JWT."}]}]}]},{"kind":"content","content":[{"text":"Return Value","type":"heading","level":2,"anchor":"return-value"},{"type":"paragraph","inlineContent":[{"type":"text","text":"A "},{"isActive":true,"type":"reference","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"},{"text":" instance.","type":"text"}]}]},{"content":[{"anchor":"overview","level":2,"text":"Overview","type":"heading"},{"type":"codeListing","syntax":"swift","code":["if let email = jwt[\"email\"].string {"," print(\"Email is \\(email)\")","}"]}],"kind":"content"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwt\/subscript(_:)"]}],"references":{"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/JWT/subscript(_:)":{"kind":"symbol","abstract":[{"type":"text","text":"Returns a claim by its name."}],"title":"subscript(_:)","type":"topic","role":"symbol","fragments":[{"kind":"keyword","text":"subscript"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":") -> "},{"text":"Claim","kind":"typeIdentifier","preciseIdentifier":"s:9JWTDecode5ClaimV"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT\/subscript(_:)","url":"\/documentation\/jwtdecode\/jwt\/subscript(_:)"},"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"type":"topic","url":"\/documentation\/jwtdecode","abstract":[],"title":"JWTDecode","role":"collection","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","kind":"symbol"},"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"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwtdecodeerror.json b/docs/data/documentation/jwtdecode/jwtdecodeerror.json
index f1b7098..bd5410d 100644
--- a/docs/data/documentation/jwtdecode/jwtdecodeerror.json
+++ b/docs/data/documentation/jwtdecode/jwtdecodeerror.json
@@ -1 +1 @@
-{"metadata":{"externalID":"s:9JWTDecode0A5ErrorO","symbolKind":"enum","modules":[{"name":"JWTDecode"}],"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"JWTDecodeError","kind":"identifier"}],"navigatorTitle":[{"kind":"identifier","text":"JWTDecodeError"}],"role":"symbol","title":"JWTDecodeError","roleHeading":"Enumeration"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode"]]},"topicSections":[{"title":"Enumeration Cases","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidBase64URL(_:)","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidJSON(_:)","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidPartCount(_:_:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/debugDescription","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/errorDescription","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/localizedDescription"]},{"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations"],"title":"Default Implementations","generated":true}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwtdecodeerror"]}],"relationshipsSections":[{"title":"Conforms To","identifiers":["doc:\/\/com.auth0.JWTDecode\/10Foundation14LocalizedErrorP","doc:\/\/com.auth0.JWTDecode\/s28CustomDebugStringConvertibleP","doc:\/\/com.auth0.JWTDecode\/s5ErrorP","doc:\/\/com.auth0.JWTDecode\/s8SendableP"],"kind":"relationships","type":"conformsTo"}],"abstract":[{"text":"A decoding error due to a malformed JWT.","type":"text"}],"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"JWTDecodeError","kind":"identifier"}]}]}],"references":{"doc://com.auth0.JWTDecode/s8SendableP":{"identifier":"doc:\/\/com.auth0.JWTDecode\/s8SendableP","title":"Swift.Sendable","type":"unresolvable"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/invalidBase64URL(_:)":{"abstract":[{"text":"When either the header or body parts cannot be Base64URL-decoded.","type":"text"}],"fragments":[{"text":"case","kind":"keyword"},{"text":" ","kind":"text"},{"text":"invalidBase64URL","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":")","kind":"text"}],"type":"topic","title":"JWTDecodeError.invalidBase64URL(_:)","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/invalidbase64url(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidBase64URL(_:)"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/errorDescription":{"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/errordescription","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/errorDescription","type":"topic","role":"symbol","abstract":[{"text":"Description of the error.","type":"text"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"errorDescription","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"title":"errorDescription"},"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/10Foundation14LocalizedErrorP":{"identifier":"doc:\/\/com.auth0.JWTDecode\/10Foundation14LocalizedErrorP","title":"Foundation.LocalizedError","type":"unresolvable"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/debugDescription":{"type":"topic","abstract":[{"text":"Description of the error.","type":"text"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/debugDescription","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"debugDescription"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"}],"title":"debugDescription","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/debugdescription"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/invalidJSON(_:)":{"kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidJSON(_:)","title":"JWTDecodeError.invalidJSON(_:)","fragments":[{"text":"case","kind":"keyword"},{"text":" ","kind":"text"},{"text":"invalidJSON","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":")","kind":"text"}],"role":"symbol","type":"topic","abstract":[{"type":"text","text":"When either the decoded header or body is not a valid JSON object."}],"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/invalidjson(_:)"},"doc://com.auth0.JWTDecode/s5ErrorP":{"type":"unresolvable","identifier":"doc:\/\/com.auth0.JWTDecode\/s5ErrorP","title":"Swift.Error"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/localizedDescription":{"title":"localizedDescription","abstract":[{"text":"Description of the error.","type":"text"}],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"localizedDescription","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/localizedDescription","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/localizeddescription"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/LocalizedError-Implementations":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations","role":"collectionGroup","title":"LocalizedError Implementations","type":"topic","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/localizederror-implementations","abstract":[],"kind":"article"},"doc://com.auth0.JWTDecode/s28CustomDebugStringConvertibleP":{"type":"unresolvable","identifier":"doc:\/\/com.auth0.JWTDecode\/s28CustomDebugStringConvertibleP","title":"Swift.CustomDebugStringConvertible"},"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/JWTDecodeError/invalidPartCount(_:_:)":{"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/invalidpartcount(_:_:)","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidPartCount(_:_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"case"},{"text":" ","kind":"text"},{"kind":"identifier","text":"invalidPartCount"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":")","kind":"text"}],"abstract":[{"type":"text","text":"When the JWT doesn’t have the required amount of parts (header, body, and signature)."}],"title":"JWTDecodeError.invalidPartCount(_:_:)","type":"topic","role":"symbol"}}}
\ No newline at end of file
+{"metadata":{"fragments":[{"text":"enum","kind":"keyword"},{"kind":"text","text":" "},{"text":"JWTDecodeError","kind":"identifier"}],"roleHeading":"Enumeration","externalID":"s:9JWTDecode0A5ErrorO","title":"JWTDecodeError","symbolKind":"enum","navigatorTitle":[{"text":"JWTDecodeError","kind":"identifier"}],"modules":[{"name":"JWTDecode"}],"role":"symbol"},"schemaVersion":{"major":0,"minor":3,"patch":0},"abstract":[{"text":"A decoding error due to a malformed JWT.","type":"text"}],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","interfaceLanguage":"swift"},"kind":"symbol","sections":[],"topicSections":[{"title":"Enumeration Cases","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidBase64URL(_:)","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidJSON(_:)","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidPartCount(_:_:)"]},{"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/debugDescription","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/errorDescription","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/localizedDescription"],"title":"Instance Properties"},{"title":"Default Implementations","generated":true,"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations"]}],"variants":[{"paths":["\/documentation\/jwtdecode\/jwtdecodeerror"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"kind":"relationships","title":"Conforms To","type":"conformsTo","identifiers":["doc:\/\/com.auth0.JWTDecode\/10Foundation14LocalizedErrorP","doc:\/\/com.auth0.JWTDecode\/s28CustomDebugStringConvertibleP","doc:\/\/com.auth0.JWTDecode\/s5ErrorP","doc:\/\/com.auth0.JWTDecode\/s8SendableP"]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode"]]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"text":"JWTDecodeError","kind":"identifier"}],"languages":["swift"],"platforms":["iOS"]}]}],"references":{"doc://com.auth0.JWTDecode/s5ErrorP":{"type":"unresolvable","identifier":"doc:\/\/com.auth0.JWTDecode\/s5ErrorP","title":"Swift.Error"},"doc://com.auth0.JWTDecode/s28CustomDebugStringConvertibleP":{"type":"unresolvable","identifier":"doc:\/\/com.auth0.JWTDecode\/s28CustomDebugStringConvertibleP","title":"Swift.CustomDebugStringConvertible"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/errorDescription":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"errorDescription","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"title":"errorDescription","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/errorDescription","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/errordescription","abstract":[{"type":"text","text":"Description of the error."}],"kind":"symbol","type":"topic","role":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/invalidPartCount(_:_:)":{"abstract":[{"type":"text","text":"When the JWT doesn’t have the required amount of parts (header, body, and signature)."}],"role":"symbol","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/invalidpartcount(_:_:)","kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidPartCount(_:_:)","fragments":[{"text":"case","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidPartCount"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":")","kind":"text"}],"title":"JWTDecodeError.invalidPartCount(_:_:)","type":"topic"},"doc://com.auth0.JWTDecode/10Foundation14LocalizedErrorP":{"type":"unresolvable","identifier":"doc:\/\/com.auth0.JWTDecode\/10Foundation14LocalizedErrorP","title":"Foundation.LocalizedError"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/invalidJSON(_:)":{"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/invalidjson(_:)","abstract":[{"text":"When either the decoded header or body is not a valid JSON object.","type":"text"}],"kind":"symbol","fragments":[{"text":"case","kind":"keyword"},{"kind":"text","text":" "},{"text":"invalidJSON","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":")"}],"title":"JWTDecodeError.invalidJSON(_:)","type":"topic","role":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidJSON(_:)"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/debugDescription":{"title":"debugDescription","abstract":[{"type":"text","text":"Description of the error."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/debugDescription","role":"symbol","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/debugdescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"debugDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/invalidBase64URL(_:)":{"abstract":[{"text":"When either the header or body parts cannot be Base64URL-decoded.","type":"text"}],"role":"symbol","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/invalidbase64url(_:)","kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidBase64URL(_:)","fragments":[{"text":"case","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"invalidBase64URL"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":")","kind":"text"}],"title":"JWTDecodeError.invalidBase64URL(_:)","type":"topic"},"doc://com.auth0.JWTDecode/s8SendableP":{"type":"unresolvable","identifier":"doc:\/\/com.auth0.JWTDecode\/s8SendableP","title":"Swift.Sendable"},"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":[]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/LocalizedError-Implementations":{"type":"topic","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/localizederror-implementations","abstract":[],"title":"LocalizedError Implementations","role":"collectionGroup","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations","kind":"article"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/localizedDescription":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/localizedDescription","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"localizedDescription","kind":"identifier"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}],"abstract":[{"text":"Description of the error.","type":"text"}],"title":"localizedDescription","kind":"symbol","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/localizeddescription","type":"topic"},"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"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwtdecodeerror/debugdescription.json b/docs/data/documentation/jwtdecode/jwtdecodeerror/debugdescription.json
index b7e2db3..557f8d3 100644
--- a/docs/data/documentation/jwtdecode/jwtdecodeerror/debugdescription.json
+++ b/docs/data/documentation/jwtdecode/jwtdecodeerror/debugdescription.json
@@ -1 +1 @@
-{"schemaVersion":{"minor":3,"patch":0,"major":0},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/debugDescription","interfaceLanguage":"swift"},"kind":"symbol","primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"debugDescription"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["iOS"]}],"kind":"declarations"},{"content":[{"type":"heading","anchor":"discussion","text":"Discussion","level":2},{"style":"important","type":"aside","name":"Important","content":[{"type":"paragraph","inlineContent":[{"text":"You should avoid displaying the error description to the user, it’s meant for ","type":"text"},{"inlineContent":[{"type":"text","text":"debugging"}],"type":"strong"},{"text":" only.","type":"text"}]}]}],"kind":"content"}],"sections":[],"abstract":[{"text":"Description of the error.","type":"text"}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/debugdescription"]}],"metadata":{"roleHeading":"Instance Property","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"debugDescription","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"}],"symbolKind":"property","modules":[{"name":"JWTDecode"}],"title":"debugDescription","externalID":"s:9JWTDecode0A5ErrorO16debugDescriptionSSvp"},"references":{"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/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/JWTDecodeError/debugDescription":{"type":"topic","abstract":[{"text":"Description of the error.","type":"text"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/debugDescription","kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"debugDescription"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"}],"title":"debugDescription","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/debugdescription"}}}
\ No newline at end of file
+{"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/debugDescription"},"sections":[],"metadata":{"title":"debugDescription","role":"symbol","modules":[{"name":"JWTDecode"}],"externalID":"s:9JWTDecode0A5ErrorO16debugDescriptionSSvp","roleHeading":"Instance Property","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"debugDescription","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"}]},"kind":"symbol","primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"debugDescription"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}]}]},{"kind":"content","content":[{"type":"heading","anchor":"discussion","text":"Discussion","level":2},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"You should avoid displaying the error description to the user, it’s meant for "},{"inlineContent":[{"text":"debugging","type":"text"}],"type":"strong"},{"text":" only.","type":"text"}]}],"name":"Important","type":"aside","style":"important"}]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"abstract":[{"text":"Description of the error.","type":"text"}],"variants":[{"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/debugdescription"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"references":{"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":[]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/debugDescription":{"title":"debugDescription","abstract":[{"type":"text","text":"Description of the error."}],"type":"topic","kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/debugDescription","role":"symbol","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/debugdescription","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"debugDescription"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}]}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwtdecodeerror/errordescription.json b/docs/data/documentation/jwtdecode/jwtdecodeerror/errordescription.json
index 057a9e9..abb4a6f 100644
--- a/docs/data/documentation/jwtdecode/jwtdecodeerror/errordescription.json
+++ b/docs/data/documentation/jwtdecode/jwtdecodeerror/errordescription.json
@@ -1 +1 @@
-{"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/errorDescription","interfaceLanguage":"swift"},"schemaVersion":{"major":0,"minor":3,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"errorDescription","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"]}]},{"kind":"content","content":[{"type":"heading","text":"Discussion","anchor":"discussion","level":2},{"content":[{"type":"paragraph","inlineContent":[{"type":"text","text":"You should avoid displaying the error description to the user, it’s meant for "},{"type":"strong","inlineContent":[{"type":"text","text":"debugging"}]},{"text":" only.","type":"text"}]}],"name":"Important","type":"aside","style":"important"}]}],"kind":"symbol","metadata":{"modules":[{"name":"JWTDecode"}],"fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"errorDescription"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","externalID":"s:9JWTDecode0A5ErrorO16errorDescriptionSSSgvp","role":"symbol","title":"errorDescription","symbolKind":"property"},"sections":[],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/errordescription"]}],"abstract":[{"type":"text","text":"Description of the error."}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError":{"url":"\/documentation\/jwtdecode\/jwtdecodeerror","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","type":"topic","navigatorTitle":[{"text":"JWTDecodeError","kind":"identifier"}],"role":"symbol","abstract":[{"text":"A decoding error due to a malformed JWT.","type":"text"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"text":"JWTDecodeError","kind":"identifier"}],"title":"JWTDecodeError"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/errorDescription":{"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/errordescription","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/errorDescription","type":"topic","role":"symbol","abstract":[{"text":"Description of the error.","type":"text"}],"kind":"symbol","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"text":"errorDescription","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"title":"errorDescription"},"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"}}}
\ No newline at end of file
+{"kind":"symbol","metadata":{"fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"errorDescription","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"symbolKind":"property","title":"errorDescription","externalID":"s:9JWTDecode0A5ErrorO16errorDescriptionSSSgvp","role":"symbol","modules":[{"name":"JWTDecode"}],"roleHeading":"Instance Property"},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"sections":[],"abstract":[{"type":"text","text":"Description of the error."}],"schemaVersion":{"minor":3,"major":0,"patch":0},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/errordescription"]}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"errorDescription","kind":"identifier"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["iOS"]}]},{"kind":"content","content":[{"anchor":"discussion","type":"heading","level":2,"text":"Discussion"},{"name":"Important","style":"important","content":[{"inlineContent":[{"type":"text","text":"You should avoid displaying the error description to the user, it’s meant for "},{"type":"strong","inlineContent":[{"text":"debugging","type":"text"}]},{"text":" only.","type":"text"}],"type":"paragraph"}],"type":"aside"}]}],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/errorDescription","interfaceLanguage":"swift"},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/errorDescription":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"errorDescription","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"title":"errorDescription","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/errorDescription","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/errordescription","abstract":[{"type":"text","text":"Description of the error."}],"kind":"symbol","type":"topic","role":"symbol"},"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":[]},"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"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwtdecodeerror/failurereason.json b/docs/data/documentation/jwtdecode/jwtdecodeerror/failurereason.json
index d793b0d..3ded860 100644
--- a/docs/data/documentation/jwtdecode/jwtdecodeerror/failurereason.json
+++ b/docs/data/documentation/jwtdecode/jwtdecodeerror/failurereason.json
@@ -1 +1 @@
-{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"LocalizedError.failureReason"},{"text":".","type":"text"}],"sections":[],"variants":[{"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/failurereason"],"traits":[{"interfaceLanguage":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/failureReason"},"primaryContentSections":[{"declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"failureReason","kind":"identifier"},{"text":": ","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}],"languages":["swift"],"platforms":["iOS"]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","modules":[{"relatedModules":["Foundation"],"name":"JWTDecode"}],"role":"symbol","platforms":[{"deprecated":false,"introducedAt":"8.0","name":"iOS","unavailable":false,"beta":false},{"beta":false,"introducedAt":"10.10","deprecated":false,"name":"macOS","unavailable":false},{"unavailable":false,"beta":false,"introducedAt":"9.0","deprecated":false,"name":"tvOS"},{"name":"watchOS","introducedAt":"2.0","beta":false,"unavailable":false,"deprecated":false}],"title":"failureReason","symbolKind":"property","extendedModule":"Foundation","externalID":"s:10Foundation14LocalizedErrorPAAE13failureReasonSSSgvp::SYNTHESIZED::s:9JWTDecode0A5ErrorO","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"failureReason"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}]},"schemaVersion":{"patch":0,"minor":3,"major":0},"kind":"symbol","references":{"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/JWTDecodeError/failureReason":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/failureReason","role":"symbol","title":"failureReason","type":"topic","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/failurereason","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"failureReason","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?"}],"kind":"symbol"},"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/JWTDecodeError/LocalizedError-Implementations":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations","role":"collectionGroup","title":"LocalizedError Implementations","type":"topic","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/localizederror-implementations","abstract":[],"kind":"article"}}}
\ No newline at end of file
+{"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations"]]},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/failurereason"]}],"sections":[],"schemaVersion":{"major":0,"patch":0,"minor":3},"abstract":[{"text":"Inherited from ","type":"text"},{"code":"LocalizedError.failureReason","type":"codeVoice"},{"type":"text","text":"."}],"kind":"symbol","primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"failureReason"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":"? { ","kind":"text"},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}],"kind":"declarations"}],"metadata":{"roleHeading":"Instance Property","title":"failureReason","externalID":"s:10Foundation14LocalizedErrorPAAE13failureReasonSSSgvp::SYNTHESIZED::s:9JWTDecode0A5ErrorO","role":"symbol","extendedModule":"Foundation","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"failureReason","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":"?","kind":"text"}],"platforms":[{"beta":false,"introducedAt":"8.0","name":"iOS","deprecated":false,"unavailable":false},{"name":"macOS","deprecated":false,"introducedAt":"10.10","unavailable":false,"beta":false},{"introducedAt":"9.0","deprecated":false,"beta":false,"unavailable":false,"name":"tvOS"},{"introducedAt":"2.0","unavailable":false,"beta":false,"deprecated":false,"name":"watchOS"}],"symbolKind":"property","modules":[{"relatedModules":["Foundation"],"name":"JWTDecode"}]},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/failureReason","interfaceLanguage":"swift"},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/failureReason":{"type":"topic","role":"symbol","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/failurereason","abstract":[],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/failureReason","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"failureReason"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","title":"failureReason"},"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":[]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/LocalizedError-Implementations":{"type":"topic","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/localizederror-implementations","abstract":[],"title":"LocalizedError Implementations","role":"collectionGroup","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations","kind":"article"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwtdecodeerror/helpanchor.json b/docs/data/documentation/jwtdecode/jwtdecodeerror/helpanchor.json
index 615345b..58eb3e5 100644
--- a/docs/data/documentation/jwtdecode/jwtdecodeerror/helpanchor.json
+++ b/docs/data/documentation/jwtdecode/jwtdecodeerror/helpanchor.json
@@ -1 +1 @@
-{"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"LocalizedError.helpAnchor"},{"type":"text","text":"."}],"variants":[{"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/helpanchor"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"modules":[{"name":"JWTDecode","relatedModules":["Foundation"]}],"platforms":[{"name":"iOS","unavailable":false,"beta":false,"deprecated":false,"introducedAt":"8.0"},{"deprecated":false,"introducedAt":"10.10","name":"macOS","unavailable":false,"beta":false},{"name":"tvOS","deprecated":false,"unavailable":false,"beta":false,"introducedAt":"9.0"},{"deprecated":false,"name":"watchOS","unavailable":false,"beta":false,"introducedAt":"2.0"}],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"helpAnchor"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"symbolKind":"property","roleHeading":"Instance Property","externalID":"s:10Foundation14LocalizedErrorPAAE10helpAnchorSSSgvp::SYNTHESIZED::s:9JWTDecode0A5ErrorO","title":"helpAnchor","extendedModule":"Foundation","role":"symbol"},"kind":"symbol","identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/helpAnchor","interfaceLanguage":"swift"},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations"]]},"sections":[],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"helpAnchor","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"languages":["swift"]}]}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/helpAnchor":{"role":"symbol","title":"helpAnchor","abstract":[],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/helpAnchor","kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"helpAnchor","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/helpanchor"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/LocalizedError-Implementations":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations","role":"collectionGroup","title":"LocalizedError Implementations","type":"topic","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/localizederror-implementations","abstract":[],"kind":"article"},"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/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"}}}
\ No newline at end of file
+{"schemaVersion":{"minor":3,"major":0,"patch":0},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/helpAnchor","interfaceLanguage":"swift"},"kind":"symbol","abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"LocalizedError.helpAnchor"},{"text":".","type":"text"}],"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"helpAnchor","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}],"platforms":["iOS"],"languages":["swift"]}]}],"sections":[],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations"]]},"variants":[{"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/helpanchor"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"platforms":[{"unavailable":false,"name":"iOS","introducedAt":"8.0","deprecated":false,"beta":false},{"introducedAt":"10.10","name":"macOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"name":"tvOS","introducedAt":"9.0","unavailable":false,"deprecated":false},{"unavailable":false,"name":"watchOS","deprecated":false,"beta":false,"introducedAt":"2.0"}],"modules":[{"relatedModules":["Foundation"],"name":"JWTDecode"}],"role":"symbol","title":"helpAnchor","externalID":"s:10Foundation14LocalizedErrorPAAE10helpAnchorSSSgvp::SYNTHESIZED::s:9JWTDecode0A5ErrorO","symbolKind":"property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"helpAnchor","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?"}],"roleHeading":"Instance Property","extendedModule":"Foundation"},"references":{"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":[]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/helpAnchor":{"abstract":[],"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/helpanchor","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"helpAnchor"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/helpAnchor","kind":"symbol","title":"helpAnchor"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/LocalizedError-Implementations":{"type":"topic","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/localizederror-implementations","abstract":[],"title":"LocalizedError Implementations","role":"collectionGroup","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations","kind":"article"},"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"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwtdecodeerror/invalidbase64url(_:).json b/docs/data/documentation/jwtdecode/jwtdecodeerror/invalidbase64url(_:).json
index 6ff953b..70ed665 100644
--- a/docs/data/documentation/jwtdecode/jwtdecodeerror/invalidbase64url(_:).json
+++ b/docs/data/documentation/jwtdecode/jwtdecodeerror/invalidbase64url(_:).json
@@ -1 +1 @@
-{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidBase64URL"},{"kind":"text","text":"("},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":")","kind":"text"}]}]}],"schemaVersion":{"patch":0,"major":0,"minor":3},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/invalidbase64url(_:)"]}],"metadata":{"roleHeading":"Case","fragments":[{"text":"case","kind":"keyword"},{"text":" ","kind":"text"},{"text":"invalidBase64URL","kind":"identifier"},{"kind":"text","text":"("},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":")","kind":"text"}],"title":"JWTDecodeError.invalidBase64URL(_:)","role":"symbol","modules":[{"name":"JWTDecode"}],"symbolKind":"case","externalID":"s:9JWTDecode0A5ErrorO16invalidBase64URLyACSScACmF"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"abstract":[{"type":"text","text":"When either the header or body parts cannot be Base64URL-decoded."}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidBase64URL(_:)"},"sections":[],"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":{"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/JWTDecodeError/invalidBase64URL(_:)":{"abstract":[{"text":"When either the header or body parts cannot be Base64URL-decoded.","type":"text"}],"fragments":[{"text":"case","kind":"keyword"},{"text":" ","kind":"text"},{"text":"invalidBase64URL","kind":"identifier"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"text":")","kind":"text"}],"type":"topic","title":"JWTDecodeError.invalidBase64URL(_:)","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/invalidbase64url(_:)","kind":"symbol","role":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidBase64URL(_:)"}}}
\ No newline at end of file
+{"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"kind":"keyword","text":"case"},{"text":" ","kind":"text"},{"kind":"identifier","text":"invalidBase64URL"},{"text":"(","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":")","kind":"text"}]}]}],"metadata":{"title":"JWTDecodeError.invalidBase64URL(_:)","roleHeading":"Case","externalID":"s:9JWTDecode0A5ErrorO16invalidBase64URLyACSScACmF","role":"symbol","modules":[{"name":"JWTDecode"}],"symbolKind":"case","fragments":[{"kind":"keyword","text":"case"},{"kind":"text","text":" "},{"text":"invalidBase64URL","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":")","kind":"text"}]},"abstract":[{"text":"When either the header or body parts cannot be Base64URL-decoded.","type":"text"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"kind":"symbol","schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidBase64URL(_:)","interfaceLanguage":"swift"},"variants":[{"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/invalidbase64url(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"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":[]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/invalidBase64URL(_:)":{"abstract":[{"text":"When either the header or body parts cannot be Base64URL-decoded.","type":"text"}],"role":"symbol","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/invalidbase64url(_:)","kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidBase64URL(_:)","fragments":[{"text":"case","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"invalidBase64URL"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":")","kind":"text"}],"title":"JWTDecodeError.invalidBase64URL(_:)","type":"topic"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwtdecodeerror/invalidjson(_:).json b/docs/data/documentation/jwtdecode/jwtdecodeerror/invalidjson(_:).json
index 9bfed39..51b01ac 100644
--- a/docs/data/documentation/jwtdecode/jwtdecodeerror/invalidjson(_:).json
+++ b/docs/data/documentation/jwtdecode/jwtdecodeerror/invalidjson(_:).json
@@ -1 +1 @@
-{"metadata":{"externalID":"s:9JWTDecode0A5ErrorO11invalidJSONyACSScACmF","roleHeading":"Case","title":"JWTDecodeError.invalidJSON(_:)","modules":[{"name":"JWTDecode"}],"role":"symbol","symbolKind":"case","fragments":[{"text":"case","kind":"keyword"},{"text":" ","kind":"text"},{"text":"invalidJSON","kind":"identifier"},{"kind":"text","text":"("},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":")"}]},"sections":[],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"abstract":[{"type":"text","text":"When either the decoded header or body is not a valid JSON object."}],"variants":[{"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/invalidjson(_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"kind":"symbol","identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidJSON(_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"case"},{"text":" ","kind":"text"},{"kind":"identifier","text":"invalidJSON"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"languages":["swift"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"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":{"title":"JWTDecode","role":"collection","url":"\/documentation\/jwtdecode","kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","abstract":[],"type":"topic"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/invalidJSON(_:)":{"kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidJSON(_:)","title":"JWTDecodeError.invalidJSON(_:)","fragments":[{"text":"case","kind":"keyword"},{"text":" ","kind":"text"},{"text":"invalidJSON","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":")","kind":"text"}],"role":"symbol","type":"topic","abstract":[{"type":"text","text":"When either the decoded header or body is not a valid JSON object."}],"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/invalidjson(_:)"}}}
\ No newline at end of file
+{"schemaVersion":{"minor":3,"major":0,"patch":0},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"tokens":[{"kind":"keyword","text":"case"},{"text":" ","kind":"text"},{"text":"invalidJSON","kind":"identifier"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":")"}],"platforms":["iOS"]}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidJSON(_:)"},"metadata":{"fragments":[{"text":"case","kind":"keyword"},{"kind":"text","text":" "},{"text":"invalidJSON","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":")"}],"title":"JWTDecodeError.invalidJSON(_:)","externalID":"s:9JWTDecode0A5ErrorO11invalidJSONyACSScACmF","modules":[{"name":"JWTDecode"}],"role":"symbol","symbolKind":"case","roleHeading":"Case"},"sections":[],"abstract":[{"type":"text","text":"When either the decoded header or body is not a valid JSON object."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/invalidjson(_:)"]}],"references":{"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":[]},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/invalidJSON(_:)":{"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/invalidjson(_:)","abstract":[{"text":"When either the decoded header or body is not a valid JSON object.","type":"text"}],"kind":"symbol","fragments":[{"text":"case","kind":"keyword"},{"kind":"text","text":" "},{"text":"invalidJSON","kind":"identifier"},{"text":"(","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":")"}],"title":"JWTDecodeError.invalidJSON(_:)","type":"topic","role":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidJSON(_:)"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwtdecodeerror/invalidpartcount(_:_:).json b/docs/data/documentation/jwtdecode/jwtdecodeerror/invalidpartcount(_:_:).json
index f1f20bc..b47815f 100644
--- a/docs/data/documentation/jwtdecode/jwtdecodeerror/invalidpartcount(_:_:).json
+++ b/docs/data/documentation/jwtdecode/jwtdecodeerror/invalidpartcount(_:_:).json
@@ -1 +1 @@
-{"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"sections":[],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidPartCount(_:_:)","interfaceLanguage":"swift"},"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"languages":["swift"],"tokens":[{"kind":"keyword","text":"case"},{"text":" ","kind":"text"},{"kind":"identifier","text":"invalidPartCount"},{"text":"(","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":")","kind":"text"}]}]}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/invalidpartcount(_:_:)"]}],"metadata":{"externalID":"s:9JWTDecode0A5ErrorO16invalidPartCountyACSS_SitcACmF","modules":[{"name":"JWTDecode"}],"title":"JWTDecodeError.invalidPartCount(_:_:)","roleHeading":"Case","symbolKind":"case","role":"symbol","fragments":[{"text":"case","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"invalidPartCount"},{"text":"(","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":")","kind":"text"}]},"kind":"symbol","schemaVersion":{"minor":3,"patch":0,"major":0},"abstract":[{"text":"When the JWT doesn’t have the required amount of parts (header, body, and signature).","type":"text"}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"title":"JWTDecode","role":"collection","url":"\/documentation\/jwtdecode","kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","abstract":[],"type":"topic"},"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/JWTDecodeError/invalidPartCount(_:_:)":{"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/invalidpartcount(_:_:)","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidPartCount(_:_:)","kind":"symbol","fragments":[{"kind":"keyword","text":"case"},{"text":" ","kind":"text"},{"kind":"identifier","text":"invalidPartCount"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":", "},{"text":"Int","kind":"typeIdentifier","preciseIdentifier":"s:Si"},{"text":")","kind":"text"}],"abstract":[{"type":"text","text":"When the JWT doesn’t have the required amount of parts (header, body, and signature)."}],"title":"JWTDecodeError.invalidPartCount(_:_:)","type":"topic","role":"symbol"}}}
\ No newline at end of file
+{"sections":[],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidPartCount(_:_:)","interfaceLanguage":"swift"},"metadata":{"fragments":[{"kind":"keyword","text":"case"},{"text":" ","kind":"text"},{"text":"invalidPartCount","kind":"identifier"},{"kind":"text","text":"("},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"kind":"text","text":", "},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"kind":"text","text":")"}],"externalID":"s:9JWTDecode0A5ErrorO16invalidPartCountyACSS_SitcACmF","symbolKind":"case","roleHeading":"Case","modules":[{"name":"JWTDecode"}],"role":"symbol","title":"JWTDecodeError.invalidPartCount(_:_:)"},"schemaVersion":{"major":0,"minor":3,"patch":0},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"kind":"symbol","abstract":[{"type":"text","text":"When the JWT doesn’t have the required amount of parts (header, body, and signature)."}],"primaryContentSections":[{"declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"text":"case","kind":"keyword"},{"text":" ","kind":"text"},{"text":"invalidPartCount","kind":"identifier"},{"text":"(","kind":"text"},{"text":"String","preciseIdentifier":"s:SS","kind":"typeIdentifier"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:Si","kind":"typeIdentifier","text":"Int"},{"text":")","kind":"text"}]}],"kind":"declarations"}],"variants":[{"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/invalidpartcount(_:_:)"],"traits":[{"interfaceLanguage":"swift"}]}],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"title":"JWTDecode","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","url":"\/documentation\/jwtdecode","abstract":[],"kind":"symbol","type":"topic","role":"collection"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError":{"url":"\/documentation\/jwtdecode\/jwtdecodeerror","fragments":[{"text":"enum","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"JWTDecodeError"}],"abstract":[{"type":"text","text":"A decoding error due to a malformed JWT."}],"kind":"symbol","type":"topic","navigatorTitle":[{"text":"JWTDecodeError","kind":"identifier"}],"role":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","title":"JWTDecodeError"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/invalidPartCount(_:_:)":{"abstract":[{"type":"text","text":"When the JWT doesn’t have the required amount of parts (header, body, and signature)."}],"role":"symbol","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/invalidpartcount(_:_:)","kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/invalidPartCount(_:_:)","fragments":[{"text":"case","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"invalidPartCount"},{"text":"(","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"text":", ","kind":"text"},{"preciseIdentifier":"s:Si","text":"Int","kind":"typeIdentifier"},{"text":")","kind":"text"}],"title":"JWTDecodeError.invalidPartCount(_:_:)","type":"topic"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwtdecodeerror/localizeddescription.json b/docs/data/documentation/jwtdecode/jwtdecodeerror/localizeddescription.json
index 25dfaa5..12ec054 100644
--- a/docs/data/documentation/jwtdecode/jwtdecodeerror/localizeddescription.json
+++ b/docs/data/documentation/jwtdecode/jwtdecodeerror/localizeddescription.json
@@ -1 +1 @@
-{"variants":[{"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/localizeddescription"],"traits":[{"interfaceLanguage":"swift"}]}],"metadata":{"role":"symbol","externalID":"s:9JWTDecode0A5ErrorO20localizedDescriptionSSvp","symbolKind":"property","title":"localizedDescription","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}],"modules":[{"name":"JWTDecode"}],"roleHeading":"Instance Property"},"sections":[],"schemaVersion":{"patch":0,"minor":3,"major":0},"abstract":[{"type":"text","text":"Description of the error."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"platforms":["iOS"],"tokens":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"localizedDescription"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":" { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"languages":["swift"]}]},{"kind":"content","content":[{"type":"heading","level":2,"text":"Discussion","anchor":"discussion"},{"type":"aside","content":[{"inlineContent":[{"type":"text","text":"You should avoid displaying the error description to the user, it’s meant for "},{"type":"strong","inlineContent":[{"type":"text","text":"debugging"}]},{"text":" only.","type":"text"}],"type":"paragraph"}],"style":"important","name":"Important"}]}],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/localizedDescription"},"kind":"symbol","hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/localizedDescription":{"title":"localizedDescription","abstract":[{"text":"Description of the error.","type":"text"}],"kind":"symbol","role":"symbol","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"localizedDescription","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"}],"type":"topic","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/localizedDescription","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/localizeddescription"},"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":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","title":"JWTDecode","url":"\/documentation\/jwtdecode","role":"collection","kind":"symbol","abstract":[],"type":"topic"}}}
\ No newline at end of file
+{"variants":[{"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/localizeddescription"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"minor":3,"major":0,"patch":0},"metadata":{"roleHeading":"Instance Property","modules":[{"name":"JWTDecode"}],"title":"localizedDescription","symbolKind":"property","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"text":"localizedDescription","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"}],"externalID":"s:9JWTDecode0A5ErrorO20localizedDescriptionSSvp","role":"symbol"},"abstract":[{"type":"text","text":"Description of the error."}],"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"localizedDescription","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":" { "},{"text":"get","kind":"keyword"},{"text":" }","kind":"text"}]}]},{"kind":"content","content":[{"anchor":"discussion","text":"Discussion","level":2,"type":"heading"},{"content":[{"type":"paragraph","inlineContent":[{"text":"You should avoid displaying the error description to the user, it’s meant for ","type":"text"},{"inlineContent":[{"type":"text","text":"debugging"}],"type":"strong"},{"type":"text","text":" only."}]}],"type":"aside","name":"Important","style":"important"}]}],"kind":"symbol","hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/localizedDescription","interfaceLanguage":"swift"},"sections":[],"references":{"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":{"type":"topic","url":"\/documentation\/jwtdecode","abstract":[],"title":"JWTDecode","role":"collection","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","kind":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/localizedDescription":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/localizedDescription","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"localizedDescription","kind":"identifier"},{"text":": ","kind":"text"},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"}],"abstract":[{"text":"Description of the error.","type":"text"}],"title":"localizedDescription","kind":"symbol","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/localizeddescription","type":"topic"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwtdecodeerror/localizederror-implementations.json b/docs/data/documentation/jwtdecode/jwtdecodeerror/localizederror-implementations.json
index 4846ae4..48fb1ec 100644
--- a/docs/data/documentation/jwtdecode/jwtdecodeerror/localizederror-implementations.json
+++ b/docs/data/documentation/jwtdecode/jwtdecodeerror/localizederror-implementations.json
@@ -1 +1 @@
-{"kind":"article","identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations"},"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/localizederror-implementations"]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"topicSections":[{"identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/failureReason","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/helpAnchor","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/recoverySuggestion"],"generated":true,"title":"Instance Properties"}],"sections":[],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"metadata":{"roleHeading":"API Collection","role":"collectionGroup","modules":[{"name":"JWTDecode"}],"title":"LocalizedError Implementations"},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/failureReason":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/failureReason","role":"symbol","title":"failureReason","type":"topic","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/failurereason","abstract":[],"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"failureReason","kind":"identifier"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","preciseIdentifier":"s:SS","text":"String"},{"kind":"text","text":"?"}],"kind":"symbol"},"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/JWTDecodeError/helpAnchor":{"role":"symbol","title":"helpAnchor","abstract":[],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/helpAnchor","kind":"symbol","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"text":"helpAnchor","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"text":"?","kind":"text"}],"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/helpanchor"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/recoverySuggestion":{"role":"symbol","title":"recoverySuggestion","abstract":[],"kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/recoverySuggestion","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"recoverySuggestion","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"?","kind":"text"}],"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/recoverysuggestion"},"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"}}}
\ No newline at end of file
+{"metadata":{"role":"collectionGroup","roleHeading":"API Collection","title":"LocalizedError Implementations","modules":[{"name":"JWTDecode"}]},"topicSections":[{"title":"Instance Properties","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/failureReason","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/helpAnchor","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/recoverySuggestion"],"generated":true}],"kind":"article","variants":[{"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/localizederror-implementations"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"patch":0,"minor":3},"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]]},"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations"},"references":{"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":[]},"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/JWTDecodeError/failureReason":{"type":"topic","role":"symbol","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/failurereason","abstract":[],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/failureReason","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"failureReason"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"?"}],"kind":"symbol","title":"failureReason"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/recoverySuggestion":{"type":"topic","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/recoverysuggestion","abstract":[],"title":"recoverySuggestion","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"recoverySuggestion"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/recoverySuggestion","kind":"symbol"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/helpAnchor":{"abstract":[],"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/helpanchor","role":"symbol","type":"topic","fragments":[{"kind":"keyword","text":"var"},{"text":" ","kind":"text"},{"kind":"identifier","text":"helpAnchor"},{"kind":"text","text":": "},{"text":"String","kind":"typeIdentifier","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/helpAnchor","kind":"symbol","title":"helpAnchor"}}}
\ No newline at end of file
diff --git a/docs/data/documentation/jwtdecode/jwtdecodeerror/recoverysuggestion.json b/docs/data/documentation/jwtdecode/jwtdecodeerror/recoverysuggestion.json
index 7d42758..3be3fb2 100644
--- a/docs/data/documentation/jwtdecode/jwtdecodeerror/recoverysuggestion.json
+++ b/docs/data/documentation/jwtdecode/jwtdecodeerror/recoverysuggestion.json
@@ -1 +1 @@
-{"abstract":[{"text":"Inherited from ","type":"text"},{"code":"LocalizedError.recoverySuggestion","type":"codeVoice"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/recoverysuggestion"]}],"metadata":{"fragments":[{"text":"var","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"recoverySuggestion"},{"text":": ","kind":"text"},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"title":"recoverySuggestion","roleHeading":"Instance Property","role":"symbol","externalID":"s:10Foundation14LocalizedErrorPAAE18recoverySuggestionSSSgvp::SYNTHESIZED::s:9JWTDecode0A5ErrorO","symbolKind":"property","modules":[{"name":"JWTDecode","relatedModules":["Foundation"]}],"extendedModule":"Foundation","platforms":[{"deprecated":false,"introducedAt":"8.0","name":"iOS","unavailable":false,"beta":false},{"introducedAt":"10.10","name":"macOS","beta":false,"unavailable":false,"deprecated":false},{"name":"tvOS","unavailable":false,"beta":false,"introducedAt":"9.0","deprecated":false},{"deprecated":false,"unavailable":false,"beta":false,"introducedAt":"2.0","name":"watchOS"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"languages":["swift"],"platforms":["iOS"],"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"recoverySuggestion"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","text":"String","kind":"typeIdentifier"},{"kind":"text","text":"? { "},{"text":"get","kind":"keyword"},{"kind":"text","text":" }"}]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/recoverySuggestion"},"sections":[],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations"]]},"kind":"symbol","references":{"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/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/JWTDecodeError/recoverySuggestion":{"role":"symbol","title":"recoverySuggestion","abstract":[],"kind":"symbol","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/recoverySuggestion","type":"topic","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"recoverySuggestion","kind":"identifier"},{"text":": ","kind":"text"},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"?","kind":"text"}],"url":"\/documentation\/jwtdecode\/jwtdecodeerror\/recoverysuggestion"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/LocalizedError-Implementations":{"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations","role":"collectionGroup","title":"LocalizedError Implementations","type":"topic","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/localizederror-implementations","abstract":[],"kind":"article"}}}
\ No newline at end of file
+{"abstract":[{"type":"text","text":"Inherited from "},{"type":"codeVoice","code":"LocalizedError.recoverySuggestion"},{"type":"text","text":"."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/jwtdecode\/jwtdecodeerror\/recoverysuggestion"]}],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/recoverySuggestion","interfaceLanguage":"swift"},"metadata":{"symbolKind":"property","role":"symbol","platforms":[{"introducedAt":"8.0","deprecated":false,"unavailable":false,"name":"iOS","beta":false},{"deprecated":false,"introducedAt":"10.10","unavailable":false,"beta":false,"name":"macOS"},{"introducedAt":"9.0","name":"tvOS","unavailable":false,"beta":false,"deprecated":false},{"beta":false,"introducedAt":"2.0","deprecated":false,"name":"watchOS","unavailable":false}],"externalID":"s:10Foundation14LocalizedErrorPAAE18recoverySuggestionSSSgvp::SYNTHESIZED::s:9JWTDecode0A5ErrorO","title":"recoverySuggestion","extendedModule":"Foundation","modules":[{"name":"JWTDecode","relatedModules":["Foundation"]}],"roleHeading":"Instance Property","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"recoverySuggestion","kind":"identifier"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":"?"}]},"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"text":"recoverySuggestion","kind":"identifier"},{"kind":"text","text":": "},{"preciseIdentifier":"s:SS","kind":"typeIdentifier","text":"String"},{"text":"? { ","kind":"text"},{"kind":"keyword","text":"get"},{"kind":"text","text":" }"}],"platforms":["iOS"],"languages":["swift"]}]}],"hierarchy":{"paths":[["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations"]]},"kind":"symbol","schemaVersion":{"major":0,"patch":0,"minor":3},"sections":[],"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"url":"\/documentation\/jwtdecode","abstract":[],"kind":"symbol","type":"topic","role":"collection","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","title":"JWTDecode"},"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","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JWTDecodeError"}],"fragments":[{"kind":"keyword","text":"enum"},{"text":" ","kind":"text"},{"text":"JWTDecodeError","kind":"identifier"}],"kind":"symbol","title":"JWTDecodeError","role":"symbol","url":"\/documentation\/jwtdecode\/jwtdecodeerror"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/LocalizedError-Implementations":{"type":"topic","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/localizederror-implementations","abstract":[],"title":"LocalizedError Implementations","role":"collectionGroup","identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/LocalizedError-Implementations","kind":"article"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError/recoverySuggestion":{"type":"topic","url":"\/documentation\/jwtdecode\/jwtdecodeerror\/recoverysuggestion","abstract":[],"title":"recoverySuggestion","role":"symbol","fragments":[{"text":"var","kind":"keyword"},{"text":" ","kind":"text"},{"kind":"identifier","text":"recoverySuggestion"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"text":"?","kind":"text"}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError\/recoverySuggestion","kind":"symbol"}}}
\ No newline at end of file
diff --git a/docs/index/availability.index b/docs/index/availability.index
index f9a7c76..12c40fd 100644
Binary files a/docs/index/availability.index and b/docs/index/availability.index differ
diff --git a/docs/index/data.mdb b/docs/index/data.mdb
index 56e12f8..f06e5cd 100755
Binary files a/docs/index/data.mdb and b/docs/index/data.mdb differ
diff --git a/docs/metadata.json b/docs/metadata.json
index 203d0d6..16d8378 100644
--- a/docs/metadata.json
+++ b/docs/metadata.json
@@ -1 +1 @@
-{"bundleIdentifier":"com.auth0.JWTDecode","bundleDisplayName":"JWTDecode","schemaVersion":{"major":0,"patch":0,"minor":1}}
\ No newline at end of file
+{"bundleIdentifier":"com.auth0.JWTDecode","schemaVersion":{"minor":1,"patch":0,"major":0},"bundleDisplayName":"JWTDecode"}
\ No newline at end of file