okta-mobile-kotlin
1.0.0
auth-foundation
/
com.okta.authfoundation.client
/
OidcClientResult
Oidc
Client
Result
sealed
class
OidcClientResult
<
T
>
Content copied to clipboard
Describes the result from the OidcClient.
Types
Inheritors
Types
Error
Link copied to clipboard
class
Error
<
T
>
:
OidcClientResult
<
T
>
Content copied to clipboard
An error result.
Success
Link copied to clipboard
class
Success
<
T
>
:
OidcClientResult
<
T
>
Content copied to clipboard
Success with the expected result.
Inheritors
Error
Link copied to clipboard
Success
Link copied to clipboard