Skip to content

Commit 9d970f3

Browse files
authored
Release 2.5.0 (#784)
1 parent ad781b2 commit 9d970f3

File tree

327 files changed

+347
-340
lines changed

Some content is hidden

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

327 files changed

+347
-340
lines changed

Auth0.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ excluded_files = [*web_auth_files, *ios_files, *macos_files]
3030

3131
Pod::Spec.new do |s|
3232
s.name = 'Auth0'
33-
s.version = '2.4.0'
33+
s.version = '2.5.0'
3434
s.summary = "Auth0 SDK for Apple platforms"
3535
s.description = <<-DESC
3636
Auth0 SDK for iOS, macOS, tvOS, and watchOS apps.

Auth0/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.4.0</string>
18+
<string>2.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Auth0/Version.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let version = "2.4.0"
1+
let version = "2.5.0"

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [2.5.0](https://github.com/auth0/Auth0.swift/tree/2.5.0) (2023-07-18)
4+
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/2.4.0...2.5.0)
5+
6+
**Added**
7+
- Add support for validating the `org_name` claim [SDK-4414] [\#782](https://github.com/auth0/Auth0.swift/pull/782) ([Widcket](https://github.com/Widcket))
8+
- Add more error pairs to `isMultifactorCodeInvalid` [SDK-4195] [\#779](https://github.com/auth0/Auth0.swift/pull/779) ([Widcket](https://github.com/Widcket))
9+
310
## [2.4.0](https://github.com/auth0/Auth0.swift/tree/2.4.0) (2023-06-15)
411
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/2.3.2...2.4.0)
512

Gemfile.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (7.0.5)
6+
activesupport (7.0.6)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -16,20 +16,20 @@ GEM
1616
artifactory (3.0.15)
1717
atomos (0.1.3)
1818
aws-eventstream (1.2.0)
19-
aws-partitions (1.779.0)
20-
aws-sdk-core (3.174.0)
19+
aws-partitions (1.787.0)
20+
aws-sdk-core (3.178.0)
2121
aws-eventstream (~> 1, >= 1.0.2)
2222
aws-partitions (~> 1, >= 1.651.0)
2323
aws-sigv4 (~> 1.5)
2424
jmespath (~> 1, >= 1.6.1)
25-
aws-sdk-kms (1.66.0)
26-
aws-sdk-core (~> 3, >= 3.174.0)
25+
aws-sdk-kms (1.71.0)
26+
aws-sdk-core (~> 3, >= 3.177.0)
2727
aws-sigv4 (~> 1.1)
28-
aws-sdk-s3 (1.124.0)
29-
aws-sdk-core (~> 3, >= 3.174.0)
28+
aws-sdk-s3 (1.130.0)
29+
aws-sdk-core (~> 3, >= 3.177.0)
3030
aws-sdk-kms (~> 1)
31-
aws-sigv4 (~> 1.4)
32-
aws-sigv4 (1.5.2)
31+
aws-sigv4 (~> 1.6)
32+
aws-sigv4 (1.6.0)
3333
aws-eventstream (~> 1, >= 1.0.2)
3434
babosa (1.0.4)
3535
claide (1.1.0)
@@ -77,7 +77,7 @@ GEM
7777
highline (~> 2.0.0)
7878
concurrent-ruby (1.2.2)
7979
declarative (0.0.20)
80-
digest-crc (0.6.4)
80+
digest-crc (0.6.5)
8181
rake (>= 12.0.0, < 14.0.0)
8282
domain_name (0.5.20190701)
8383
unf (>= 0.0.5, < 1.0.0)
@@ -116,7 +116,7 @@ GEM
116116
faraday_middleware (1.2.0)
117117
faraday (~> 1.0)
118118
fastimage (2.2.7)
119-
fastlane (2.213.0)
119+
fastlane (2.214.0)
120120
CFPropertyList (>= 2.3, < 4.0.0)
121121
addressable (>= 2.8, < 3.0.0)
122122
artifactory (~> 3.0)
@@ -161,7 +161,7 @@ GEM
161161
fourflusher (2.3.1)
162162
fuzzy_match (2.0.4)
163163
gh_inspector (1.1.3)
164-
google-apis-androidpublisher_v3 (0.43.0)
164+
google-apis-androidpublisher_v3 (0.45.0)
165165
google-apis-core (>= 0.11.0, < 2.a)
166166
google-apis-core (0.11.0)
167167
addressable (~> 2.5, >= 2.5.1)
@@ -192,7 +192,7 @@ GEM
192192
google-cloud-core (~> 1.6)
193193
googleauth (>= 0.16.2, < 2.a)
194194
mini_mime (~> 1.0)
195-
googleauth (1.5.2)
195+
googleauth (1.7.0)
196196
faraday (>= 0.17.3, < 3.a)
197197
jwt (>= 1.4, < 3.0)
198198
memoist (~> 0.16)
@@ -211,16 +211,16 @@ GEM
211211
memoist (0.16.2)
212212
mini_magick (4.12.0)
213213
mini_mime (1.1.2)
214-
mini_portile2 (2.8.2)
215-
minitest (5.18.0)
214+
mini_portile2 (2.8.4)
215+
minitest (5.18.1)
216216
molinillo (0.8.0)
217217
multi_json (1.15.0)
218218
multipart-post (2.3.0)
219219
nanaimo (0.3.0)
220220
nap (1.1.0)
221221
naturally (2.2.1)
222222
netrc (0.11.0)
223-
nokogiri (1.15.2)
223+
nokogiri (1.15.3)
224224
mini_portile2 (~> 2.8.2)
225225
racc (~> 1.4)
226226
optparse (0.1.1)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then, select the dependency rule and press **Add Package**.
5555
Add the following line to your `Podfile`:
5656

5757
```ruby
58-
pod 'Auth0', '~> 2.4'
58+
pod 'Auth0', '~> 2.5'
5959
```
6060

6161
Then, run `pod install`.
@@ -65,7 +65,7 @@ Then, run `pod install`.
6565
Add the following line to your `Cartfile`:
6666

6767
```text
68-
github "auth0/Auth0.swift" ~> 2.4
68+
github "auth0/Auth0.swift" ~> 2.5
6969
```
7070

7171
Then, run `carthage bootstrap --use-xcframeworks`.

docs/data/documentation/auth0.json

+1-1
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Auth0APIError"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0Error","preciseIdentifier":"s:5Auth00A5ErrorP","text":"Auth0Error"}],"languages":["swift"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/auth0\/auth0apierror"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0Error","doc:\/\/com.auth0.Auth0\/10Foundation14LocalizedErrorP","doc:\/\/com.auth0.Auth0\/s28CustomDebugStringConvertibleP","doc:\/\/com.auth0.Auth0\/s5ErrorP","doc:\/\/com.auth0.Auth0\/s8SendableP"],"kind":"relationships","title":"Inherits From","type":"inheritsFrom"},{"identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/AuthenticationError","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ManagementError"],"kind":"relationships","title":"Conforming Types","type":"conformingTypes"}],"identifier":{"url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Generic representation of Auth0 API errors."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Auth0APIError"}],"title":"Auth0APIError","roleHeading":"Protocol","role":"symbol","symbolKind":"protocol","externalID":"s:5Auth00A8APIErrorP","modules":[{"name":"Auth0"}],"navigatorTitle":[{"kind":"identifier","text":"Auth0APIError"}]},"hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/init(info:statusCode:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/code","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/info","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/statusCode"]}],"references":{"doc://com.auth0.Auth0/documentation/Auth0":{"role":"collection","title":"Auth0","abstract":[],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","kind":"symbol","type":"topic","url":"\/documentation\/auth0"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/info":{"role":"symbol","title":"info","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"info"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" : "},{"kind":"keyword","text":"Any"},{"kind":"text","text":"]"}],"abstract":[{"type":"text","text":"Additional information about the error."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/info","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/auth0\/auth0apierror\/info"},"doc://com.auth0.Auth0/documentation/Auth0/AuthenticationError":{"role":"symbol","title":"AuthenticationError","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AuthenticationError"}],"abstract":[{"type":"text","text":"Represents an error during a request to the Auth0 Authentication API."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/AuthenticationError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AuthenticationError"}],"url":"\/documentation\/auth0\/authenticationerror"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError":{"role":"symbol","title":"Auth0APIError","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Auth0APIError"}],"abstract":[{"type":"text","text":"Generic representation of Auth0 API errors."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Auth0APIError"}],"url":"\/documentation\/auth0\/auth0apierror"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/init(info:statusCode:)":{"role":"symbol","title":"init(info:statusCode:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"info"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" : "},{"kind":"keyword","text":"Any"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"statusCode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates an error from a JSON response."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/init(info:statusCode:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/auth0\/auth0apierror\/init(info:statuscode:)"},"doc://com.auth0.Auth0/10Foundation14LocalizedErrorP":{"type":"unresolvable","title":"Foundation.LocalizedError","identifier":"doc:\/\/com.auth0.Auth0\/10Foundation14LocalizedErrorP"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/code":{"role":"symbol","title":"code","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"code"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"The code of the error as a string."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/code","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/auth0\/auth0apierror\/code"},"doc://com.auth0.Auth0/s5ErrorP":{"type":"unresolvable","title":"Swift.Error","identifier":"doc:\/\/com.auth0.Auth0\/s5ErrorP"},"doc://com.auth0.Auth0/s8SendableP":{"type":"unresolvable","title":"Swift.Sendable","identifier":"doc:\/\/com.auth0.Auth0\/s8SendableP"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0Error":{"role":"symbol","title":"Auth0Error","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Auth0Error"}],"abstract":[{"type":"text","text":"Generic representation of Auth0 errors."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Auth0Error"}],"url":"\/documentation\/auth0\/auth0error"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/statusCode":{"role":"symbol","title":"statusCode","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"statusCode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"abstract":[{"type":"text","text":"HTTP status code of the response."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/statusCode","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/auth0\/auth0apierror\/statuscode"},"doc://com.auth0.Auth0/s28CustomDebugStringConvertibleP":{"type":"unresolvable","title":"Swift.CustomDebugStringConvertible","identifier":"doc:\/\/com.auth0.Auth0\/s28CustomDebugStringConvertibleP"},"doc://com.auth0.Auth0/documentation/Auth0/ManagementError":{"role":"symbol","title":"ManagementError","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"ManagementError"}],"abstract":[{"type":"text","text":"Represents an error during a request to the Auth0 Management API v2."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ManagementError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ManagementError"}],"url":"\/documentation\/auth0\/managementerror"}}}
1+
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Auth0APIError"},{"kind":"text","text":" : "},{"kind":"typeIdentifier","identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0Error","preciseIdentifier":"s:5Auth00A5ErrorP","text":"Auth0Error"}],"languages":["swift"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/auth0\/auth0apierror"],"traits":[{"interfaceLanguage":"swift"}]}],"relationshipsSections":[{"identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0Error","doc:\/\/com.auth0.Auth0\/10Foundation14LocalizedErrorP","doc:\/\/com.auth0.Auth0\/s28CustomDebugStringConvertibleP","doc:\/\/com.auth0.Auth0\/s5ErrorP","doc:\/\/com.auth0.Auth0\/s8SendableP"],"kind":"relationships","title":"Inherits From","type":"inheritsFrom"},{"identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/AuthenticationError","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ManagementError"],"kind":"relationships","title":"Conforming Types","type":"conformingTypes"}],"identifier":{"url":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError","interfaceLanguage":"swift"},"abstract":[{"type":"text","text":"Generic representation of Auth0 API errors."}],"kind":"symbol","metadata":{"fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Auth0APIError"}],"title":"Auth0APIError","roleHeading":"Protocol","role":"symbol","symbolKind":"protocol","externalID":"s:5Auth00A8APIErrorP","modules":[{"name":"Auth0"}],"navigatorTitle":[{"kind":"identifier","text":"Auth0APIError"}]},"hierarchy":{"paths":[["doc:\/\/com.auth0.Auth0\/documentation\/Auth0"]]},"topicSections":[{"title":"Initializers","identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/init(info:statusCode:)"]},{"title":"Instance Properties","identifiers":["doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/code","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/info","doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/statusCode"]}],"references":{"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError":{"role":"symbol","title":"Auth0APIError","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Auth0APIError"}],"abstract":[{"type":"text","text":"Generic representation of Auth0 API errors."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Auth0APIError"}],"url":"\/documentation\/auth0\/auth0apierror"},"doc://com.auth0.Auth0/s28CustomDebugStringConvertibleP":{"type":"unresolvable","title":"Swift.CustomDebugStringConvertible","identifier":"doc:\/\/com.auth0.Auth0\/s28CustomDebugStringConvertibleP"},"doc://com.auth0.Auth0/s8SendableP":{"type":"unresolvable","title":"Swift.Sendable","identifier":"doc:\/\/com.auth0.Auth0\/s8SendableP"},"doc://com.auth0.Auth0/documentation/Auth0/ManagementError":{"role":"symbol","title":"ManagementError","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"ManagementError"}],"abstract":[{"type":"text","text":"Represents an error during a request to the Auth0 Management API v2."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/ManagementError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"ManagementError"}],"url":"\/documentation\/auth0\/managementerror"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/code":{"role":"symbol","title":"code","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"code"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"}],"abstract":[{"type":"text","text":"The code of the error as a string."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/code","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/auth0\/auth0apierror\/code"},"doc://com.auth0.Auth0/s5ErrorP":{"type":"unresolvable","title":"Swift.Error","identifier":"doc:\/\/com.auth0.Auth0\/s5ErrorP"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/init(info:statusCode:)":{"role":"symbol","title":"init(info:statusCode:)","fragments":[{"kind":"identifier","text":"init"},{"kind":"text","text":"("},{"kind":"externalParam","text":"info"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" : "},{"kind":"keyword","text":"Any"},{"kind":"text","text":"], "},{"kind":"externalParam","text":"statusCode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"},{"kind":"text","text":")"}],"abstract":[{"type":"text","text":"Creates an error from a JSON response."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/init(info:statusCode:)","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/auth0\/auth0apierror\/init(info:statuscode:)"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/statusCode":{"role":"symbol","title":"statusCode","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"statusCode"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"Int","preciseIdentifier":"s:Si"}],"abstract":[{"type":"text","text":"HTTP status code of the response."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/statusCode","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/auth0\/auth0apierror\/statuscode"},"doc://com.auth0.Auth0/documentation/Auth0":{"role":"collection","title":"Auth0","abstract":[],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0","kind":"symbol","type":"topic","url":"\/documentation\/auth0"},"doc://com.auth0.Auth0/10Foundation14LocalizedErrorP":{"type":"unresolvable","title":"Foundation.LocalizedError","identifier":"doc:\/\/com.auth0.Auth0\/10Foundation14LocalizedErrorP"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0APIError/info":{"role":"symbol","title":"info","fragments":[{"kind":"keyword","text":"var"},{"kind":"text","text":" "},{"kind":"identifier","text":"info"},{"kind":"text","text":": ["},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":" : "},{"kind":"keyword","text":"Any"},{"kind":"text","text":"]"}],"abstract":[{"type":"text","text":"Additional information about the error."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0APIError\/info","kind":"symbol","required":true,"type":"topic","url":"\/documentation\/auth0\/auth0apierror\/info"},"doc://com.auth0.Auth0/documentation/Auth0/AuthenticationError":{"role":"symbol","title":"AuthenticationError","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"AuthenticationError"}],"abstract":[{"type":"text","text":"Represents an error during a request to the Auth0 Authentication API."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/AuthenticationError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"AuthenticationError"}],"url":"\/documentation\/auth0\/authenticationerror"},"doc://com.auth0.Auth0/documentation/Auth0/Auth0Error":{"role":"symbol","title":"Auth0Error","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"Auth0Error"}],"abstract":[{"type":"text","text":"Generic representation of Auth0 errors."}],"identifier":"doc:\/\/com.auth0.Auth0\/documentation\/Auth0\/Auth0Error","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Auth0Error"}],"url":"\/documentation\/auth0\/auth0error"}}}

0 commit comments

Comments
 (0)