Package io.trino.server.security.oauth2
Class OAuth2Service.OAuthChallenge
- java.lang.Object
-
- io.trino.server.security.oauth2.OAuth2Service.OAuthChallenge
-
- Enclosing class:
- OAuth2Service
public static class OAuth2Service.OAuthChallenge extends Object
-
-
Constructor Summary
Constructors Constructor Description OAuthChallenge(URI redirectUrl, Instant challengeExpiration, Optional<String> nonce)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantgetChallengeExpiration()Optional<String>getNonce()URIgetRedirectUrl()
-