Skip to content

Commit

Permalink
deploy: c828fec
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenachbaur-okta committed Jul 23, 2024
1 parent e300ade commit 5e5b9ef
Show file tree
Hide file tree
Showing 128 changed files with 5,020 additions and 347 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/GrantType": {
"abstract" : [

{
"text" : "An enumeration used to define a grant type, which defines the methods an application can use to gain access tokens from an authorization server.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down Expand Up @@ -2578,7 +2581,10 @@
},
"doc://AuthFoundation/documentation/AuthFoundation/SDKVersion": {
"abstract" : [

{
"text" : "Utility class that allows SDK components to register their name and version for use in HTTP User-Agent values.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
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:)-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:)-7fkxl"
],
"title" : "APIClient Implementations"
}
Expand Down
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:)-7fkxl",
"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:)-1c12k",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIClient\/didSend(request:received:)-88sth"
],
"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 @@ -138,7 +138,7 @@
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIRequest\/httpMethod-3kav0",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIRequest\/query-96683",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIRequest\/timeoutInterval-7fbtk",
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIRequest\/url"
"doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIRequest\/url-3elcu"
],
"title" : "Instance Properties"
},
Expand Down Expand Up @@ -518,7 +518,7 @@
"type" : "text"
}
],
"defaultImplementations" : 1,
"defaultImplementations" : 2,
"fragments" : [
{
"kind" : "keyword",
Expand Down Expand Up @@ -703,7 +703,7 @@
"type" : "text"
}
],
"defaultImplementations" : 1,
"defaultImplementations" : 2,
"fragments" : [
{
"kind" : "keyword",
Expand Down Expand Up @@ -798,7 +798,7 @@
"type" : "text"
}
],
"defaultImplementations" : 1,
"defaultImplementations" : 2,
"fragments" : [
{
"kind" : "keyword",
Expand Down Expand Up @@ -1289,13 +1289,14 @@
"type" : "topic",
"url" : "\/documentation\/authfoundation\/apirequest\/timeoutinterval-7fbtk"
},
"doc://AuthFoundation/documentation/AuthFoundation/APIRequest/url": {
"doc://AuthFoundation/documentation/AuthFoundation/APIRequest/url-3elcu": {
"abstract" : [
{
"text" : "The URL to perform the API request against.",
"type" : "text"
}
],
"defaultImplementations" : 1,
"fragments" : [
{
"kind" : "keyword",
Expand All @@ -1319,13 +1320,13 @@
"text" : "URL"
}
],
"identifier" : "doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIRequest\/url",
"identifier" : "doc:\/\/AuthFoundation\/documentation\/AuthFoundation\/APIRequest\/url-3elcu",
"kind" : "symbol",
"required" : true,
"role" : "symbol",
"title" : "url",
"type" : "topic",
"url" : "\/documentation\/authfoundation\/apirequest\/url"
"url" : "\/documentation\/authfoundation\/apirequest\/url-3elcu"
},
"doc://AuthFoundation/documentation/AuthFoundation/APIRequestArgument": {
"abstract" : [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
"type" : "text"
}
],
"defaultImplementations" : 1,
"defaultImplementations" : 2,
"fragments" : [
{
"kind" : "keyword",
Expand Down
Loading

0 comments on commit 5e5b9ef

Please sign in to comment.