AI SDK Kotlin
Toggle table of contents
0.3.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
AI SDK Kotlin
AI SDK Kotlin
/
ai.torad.aisdk
/
OAuthClientInformationBuilder
OAuth
Client
Information
Builder
class
OAuthClientInformationBuilder
(
source
)
Since
0.3.0-beta01
Members
Constructors
OAuth
Client
Information
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
OAuthClientInformation
client
Id
Link copied to clipboard
fun
clientId
(
value
:
String
)
:
OAuthClientInformationBuilder
client
Id
Issued
At
Link copied to clipboard
fun
clientIdIssuedAt
(
value
:
Long
?
)
:
OAuthClientInformationBuilder
client
Secret
Link copied to clipboard
fun
clientSecret
(
value
:
String
?
)
:
OAuthClientInformationBuilder
client
Secret
Expires
At
Link copied to clipboard
fun
clientSecretExpiresAt
(
value
:
Long
?
)
:
OAuthClientInformationBuilder