Uses of Class
com.inrupt.client.openid.AuthorizationRequest.Builder
Packages that use AuthorizationRequest.Builder
-
Uses of AuthorizationRequest.Builder in com.inrupt.client.openid
Methods in com.inrupt.client.openid that return AuthorizationRequest.BuilderModifier and TypeMethodDescriptionAuthorizationRequest.Builder.codeChallenge(String codeChallenge) Add a code challenge to the builder.AuthorizationRequest.Builder.codeChallengeMethod(String codeChallengeMethod) Add a code challenge method to the builder.static AuthorizationRequest.BuilderAuthorizationRequest.newBuilder()Create a new builder object for an authorization request.Add a nonce value to the builder.AuthorizationRequest.Builder.responseType(String responseType) Add a response type to the builder.Add a scope value to the builder.Add a state value to the builder.