Uses of Class
com.kingsrook.qqq.backend.core.model.metadata.authentication.OAuth2AuthenticationMetaData
Packages that use OAuth2AuthenticationMetaData
-
Uses of OAuth2AuthenticationMetaData in com.kingsrook.qqq.backend.core.model.metadata.authentication
Methods in com.kingsrook.qqq.backend.core.model.metadata.authentication that return OAuth2AuthenticationMetaDataModifier and TypeMethodDescriptionOAuth2AuthenticationMetaData.withBaseUrl
(String baseUrl) Fluent setter, override to help fluent flowsOAuth2AuthenticationMetaData.withClientId
(String clientId) Fluent setter, override to help fluent flowsOAuth2AuthenticationMetaData.withClientSecret
(String clientSecret) Fluent setter, override to help fluent flowsOAuth2AuthenticationMetaData.withRedirectStateTableName
(String redirectStateTableName) Fluent setter for redirectStateTableNameOAuth2AuthenticationMetaData.withScopes
(String scopes) Fluent setter for scopesOAuth2AuthenticationMetaData.withTokenUrl
(String tokenUrl) Fluent setter for tokenUrlOAuth2AuthenticationMetaData.withUserSessionTableName
(String userSessionTableName) Fluent setter for userSessionTableName