Skip to content

Commit

Permalink
deploy: 3ca565b
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Feb 23, 2024
1 parent 25809e2 commit 40ff102
Show file tree
Hide file tree
Showing 72 changed files with 1,125 additions and 156 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
{
"identifiers" : [
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClient\/didSend(request:received:)-88sth",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClient\/didSend(request:received:)-1c12k",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClient\/didSend(request:received:)-7fkxl"
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClient\/didSend(request:received:)-7fkxl",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClient\/didSend(request:received:)-1c12k"
],
"title" : "APIClient Implementations"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"defaultImplementationsSections" : [
{
"identifiers" : [
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClient\/didSend(request:received:)-88sth",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClient\/didSend(request:received:)-1c12k",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClient\/didSend(request:received:)-7fkxl",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClient\/didSend(request:received:)-88sth"
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClient\/didSend(request:received:)-7fkxl"
],
"title" : "APIClient Implementations"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"defaultImplementationsSections" : [
{
"identifiers" : [
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClientDelegate\/api(client:didSend:received:)-4mcbm",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClientDelegate\/api(client:didSend:received:)-7vw3y"
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClientDelegate\/api(client:didSend:received:)-7vw3y",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClientDelegate\/api(client:didSend:received:)-4mcbm"
],
"title" : "APIClientDelegate Implementations"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"defaultImplementationsSections" : [
{
"identifiers" : [
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClientDelegate\/api(client:didSend:received:)-4mcbm",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClientDelegate\/api(client:didSend:received:)-7vw3y"
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClientDelegate\/api(client:didSend:received:)-7vw3y",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClientDelegate\/api(client:didSend:received:)-4mcbm"
],
"title" : "APIClientDelegate Implementations"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/cannotParseResponse(error:)": {
"abstract" : [

{
"text" : "An error occurred while parsing the server response.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down Expand Up @@ -295,7 +298,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/invalidRequestData": {
"abstract" : [

{
"text" : "Cannot send invalid request data to the server.",
"type" : "text"
}
],
"fragments" : [
{
Expand All @@ -320,7 +326,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/invalidResponse": {
"abstract" : [

{
"text" : "Did not receive an HTTP response.",
"type" : "text"
}
],
"fragments" : [
{
Expand All @@ -345,7 +354,18 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/invalidUrl": {
"abstract" : [

{
"text" : "Could not create an invalid URL. This typically means the string passed to ",
"type" : "text"
},
{
"code" : "URL",
"type" : "codeVoice"
},
{
"text" : " was malformed.",
"type" : "text"
}
],
"fragments" : [
{
Expand All @@ -370,7 +390,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/missingRefreshSettings": {
"abstract" : [

{
"text" : "Cannot refresh a token since it is missing refresh information.",
"type" : "text"
}
],
"fragments" : [
{
Expand All @@ -395,7 +418,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/missingResponse": {
"abstract" : [

{
"text" : "No response received from the server.",
"type" : "text"
}
],
"fragments" : [
{
Expand All @@ -420,7 +446,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/serverError(_:)": {
"abstract" : [

{
"text" : "Received the given HTTP error from the server.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down Expand Up @@ -458,7 +487,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/statusCode(_:)": {
"abstract" : [

{
"text" : "Received the given HTTP response status code.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down Expand Up @@ -496,7 +528,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/unknown": {
"abstract" : [

{
"text" : "An unknown HTTP error was encountered.",
"type" : "text"
}
],
"fragments" : [
{
Expand All @@ -521,7 +556,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/unsupportedContentType(_:)": {
"abstract" : [

{
"text" : "Request does not support the given content type.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down Expand Up @@ -559,7 +597,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/validation(error:)": {
"abstract" : [

{
"text" : "Could not validate the received token.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"abstract" : [
{
"text" : "An error occurred while parsing the server response.",
"type" : "text"
}
],
"hierarchy" : {
"paths" : [
[
Expand Down Expand Up @@ -181,7 +187,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/cannotParseResponse(error:)": {
"abstract" : [

{
"text" : "An error occurred while parsing the server response.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"abstract" : [
{
"text" : "Cannot send invalid request data to the server.",
"type" : "text"
}
],
"hierarchy" : {
"paths" : [
[
Expand Down Expand Up @@ -139,7 +145,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/invalidRequestData": {
"abstract" : [

{
"text" : "Cannot send invalid request data to the server.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"abstract" : [
{
"text" : "Did not receive an HTTP response.",
"type" : "text"
}
],
"hierarchy" : {
"paths" : [
[
Expand Down Expand Up @@ -139,7 +145,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/invalidResponse": {
"abstract" : [

{
"text" : "Did not receive an HTTP response.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"abstract" : [
{
"text" : "Could not create an invalid URL. This typically means the string passed to ",
"type" : "text"
},
{
"code" : "URL",
"type" : "codeVoice"
},
{
"text" : " was malformed.",
"type" : "text"
}
],
"hierarchy" : {
"paths" : [
[
Expand Down Expand Up @@ -139,7 +153,18 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/invalidUrl": {
"abstract" : [

{
"text" : "Could not create an invalid URL. This typically means the string passed to ",
"type" : "text"
},
{
"code" : "URL",
"type" : "codeVoice"
},
{
"text" : " was malformed.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"abstract" : [
{
"text" : "Cannot refresh a token since it is missing refresh information.",
"type" : "text"
}
],
"hierarchy" : {
"paths" : [
[
Expand Down Expand Up @@ -139,7 +145,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/missingRefreshSettings": {
"abstract" : [

{
"text" : "Cannot refresh a token since it is missing refresh information.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"abstract" : [
{
"text" : "No response received from the server.",
"type" : "text"
}
],
"hierarchy" : {
"paths" : [
[
Expand Down Expand Up @@ -139,7 +145,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/missingResponse": {
"abstract" : [

{
"text" : "No response received from the server.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"abstract" : [
{
"text" : "Received the given HTTP error from the server.",
"type" : "text"
}
],
"hierarchy" : {
"paths" : [
[
Expand Down Expand Up @@ -173,7 +179,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/serverError(_:)": {
"abstract" : [

{
"text" : "Received the given HTTP error from the server.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"abstract" : [
{
"text" : "Received the given HTTP response status code.",
"type" : "text"
}
],
"hierarchy" : {
"paths" : [
[
Expand Down Expand Up @@ -173,7 +179,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/APIClientError/statusCode(_:)": {
"abstract" : [

{
"text" : "Received the given HTTP response status code.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
Loading

0 comments on commit 40ff102

Please sign in to comment.