Uses of Record Class
com.bonitasoft.processbuilder.records.RestAuthConfig.OAuth2ClientCredentials
Packages that use RestAuthConfig.OAuth2ClientCredentials
Package
Description
Provides Record classes (available in Java 16 and later) which serve as
containers for immutable and transparent data structures.
-
Uses of RestAuthConfig.OAuth2ClientCredentials in com.bonitasoft.processbuilder.records
Methods in com.bonitasoft.processbuilder.records that return RestAuthConfig.OAuth2ClientCredentialsModifier and TypeMethodDescriptionRestAuthConfig.oauth2ClientCredentials(String tokenUrl, String clientId, String clientSecret) Creates an OAuth2 Client Credentials configuration.