Skip to content

Commit

Permalink
deploy: fdef1f8
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Jul 19, 2024
1 parent 5f46ba0 commit e300ade
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
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:)-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:)-88sth",
"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\/APIRequest\/body()-2spui",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIRequest\/body()-6rb14",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIRequest\/body()-8cybb",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIRequest\/body()-2spui"
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIRequest\/body()-8cybb"
],
"title" : "APIRequest Implementations"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"defaultImplementationsSections" : [
{
"identifiers" : [
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/ClaimConvertable\/claim(_:in:from:)-8nglg",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/ClaimConvertable\/claim(_:in:from:)-7z25",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/ClaimConvertable\/claim(_:in:from:)-5xez",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/ClaimConvertable\/claim(_:in:from:)-6kydw"
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/ClaimConvertable\/claim(_:in:from:)-7z25",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/ClaimConvertable\/claim(_:in:from:)-6kydw",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/ClaimConvertable\/claim(_:in:from:)-8nglg"
],
"title" : "ClaimConvertable Implementations"
}
Expand Down
22 changes: 11 additions & 11 deletions development/authfoundation/index/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -5463,7 +5463,7 @@
{
"children" : [
{
"path" : "\/documentation\/authfoundation\/claimconvertable\/claim(_:in:from:)-8nglg",
"path" : "\/documentation\/authfoundation\/claimconvertable\/claim(_:in:from:)-5xez",
"title" : "static func claim(String, in: any HasClaims, from: Any?) -> Self?",
"type" : "method"
},
Expand All @@ -5473,12 +5473,12 @@
"type" : "method"
},
{
"path" : "\/documentation\/authfoundation\/claimconvertable\/claim(_:in:from:)-5xez",
"path" : "\/documentation\/authfoundation\/claimconvertable\/claim(_:in:from:)-6kydw",
"title" : "static func claim(String, in: any HasClaims, from: Any?) -> Self?",
"type" : "method"
},
{
"path" : "\/documentation\/authfoundation\/claimconvertable\/claim(_:in:from:)-6kydw",
"path" : "\/documentation\/authfoundation\/claimconvertable\/claim(_:in:from:)-8nglg",
"title" : "static func claim(String, in: any HasClaims, from: Any?) -> Self?",
"type" : "method"
}
Expand Down Expand Up @@ -6445,11 +6445,6 @@
"children" : [
{
"children" : [
{
"path" : "\/documentation\/authfoundation\/apiclient\/didsend(request:received:)-1c12k",
"title" : "func didSend(request: URLRequest, received: HTTPURLResponse)",
"type" : "method"
},
{
"path" : "\/documentation\/authfoundation\/apiclient\/didsend(request:received:)-7fkxl",
"title" : "func didSend(request: URLRequest, received: APIClientError)",
Expand All @@ -6459,6 +6454,11 @@
"path" : "\/documentation\/authfoundation\/apiclient\/didsend(request:received:)-88sth",
"title" : "func didSend<T>(request: URLRequest, received: APIResponse<T>)",
"type" : "method"
},
{
"path" : "\/documentation\/authfoundation\/apiclient\/didsend(request:received:)-1c12k",
"title" : "func didSend(request: URLRequest, received: HTTPURLResponse)",
"type" : "method"
}
],
"title" : "APIClient Implementations",
Expand Down Expand Up @@ -6931,17 +6931,17 @@
{
"children" : [
{
"path" : "\/documentation\/authfoundation\/apirequest\/body()-6rb14",
"path" : "\/documentation\/authfoundation\/apirequest\/body()-2spui",
"title" : "func body() throws -> Data?",
"type" : "method"
},
{
"path" : "\/documentation\/authfoundation\/apirequest\/body()-8cybb",
"path" : "\/documentation\/authfoundation\/apirequest\/body()-6rb14",
"title" : "func body() throws -> Data?",
"type" : "method"
},
{
"path" : "\/documentation\/authfoundation\/apirequest\/body()-2spui",
"path" : "\/documentation\/authfoundation\/apirequest\/body()-8cybb",
"title" : "func body() throws -> Data?",
"type" : "method"
}
Expand Down

0 comments on commit e300ade

Please sign in to comment.