OidcClientResult

sealed class OidcClientResult<T>

Describes the result from the OidcClient.

Types

Link copied to clipboard
class Error<T> : OidcClientResult<T>

An error result.

Link copied to clipboard
class Success<T> : OidcClientResult<T>

Success with the expected result.

Inheritors

Link copied to clipboard
Link copied to clipboard