Overview
//trimble-id/com.trimble.id/IEndpointProvider
IEndpointProvider
interface IEndpointProvider
Inheritors
| OpenIdEndpointProvider |
| FixedEndpointProvider |
Functions
| Name | Summary |
|---|---|
| getAuthorizationEndpoint | [JVM] abstract fun getAuthorizationEndpoint(): CompletableFuture<URI> |
| getEndSessionEndpoint | [JVM] abstract fun getEndSessionEndpoint(): CompletableFuture<URI> |
| getJSONWebKeysetEndpoint | [JVM] abstract fun getJSONWebKeysetEndpoint(): CompletableFuture<URI> |
| getRevocationEndpoint | [JVM] abstract fun getRevocationEndpoint(): CompletableFuture<URI> |
| getTokenEndpoint | [JVM] abstract fun getTokenEndpoint(): CompletableFuture<URI> |