Uses of Class
io.trino.server.security.oauth2.RefreshTokensConfig
Packages that use RefreshTokensConfig
-
Uses of RefreshTokensConfig in io.trino.server.security.oauth2
Methods in io.trino.server.security.oauth2 that return RefreshTokensConfigModifier and TypeMethodDescriptionRefreshTokensConfig.setAudience(String audience) RefreshTokensConfig.setSecretKey(String key) RefreshTokensConfig.setTokenExpiration(io.airlift.units.Duration tokenExpiration) Methods in io.trino.server.security.oauth2 with parameters of type RefreshTokensConfigModifier and TypeMethodDescriptionJweTokenSerializerModule.getTokenPairSerializer(OAuth2Client client, NodeVersion nodeVersion, RefreshTokensConfig config, OAuth2Config oAuth2Config) Constructors in io.trino.server.security.oauth2 with parameters of type RefreshTokensConfigModifierConstructorDescriptionJweTokenSerializer(RefreshTokensConfig config, OAuth2Client client, String issuer, String audience, String principalField, Clock clock, io.airlift.units.Duration tokenExpiration)