Success

class Success<T> : OidcClientResult<T>

Success with the expected result.

Properties

Link copied to clipboard
val result: T

The result of the success result.