Class PreAuthorizedCodeGrant
java.lang.Object
org.keycloak.protocol.oid4vc.model.PreAuthorizedCodeGrant
- All Implemented Interfaces:
CredentialOfferGrant
Container for the pre-authorized code to be used in a Credential Offer
- Author:
- Stefan Wiedemann
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()setAuthorizationServer(String authorizationServer) setPreAuthorizedCode(String preAuthorizedCode)
-
Field Details
-
PRE_AUTH_GRANT_TYPE
- See Also:
-
AUTHORIZATION_SERVER_PARAM
- See Also:
-
CODE_REQUEST_PARAM
- See Also:
-
TX_CODE_PARAM
- See Also:
-
-
Constructor Details
-
PreAuthorizedCodeGrant
public PreAuthorizedCodeGrant()
-
-
Method Details
-
getGrantType
- Specified by:
getGrantTypein interfaceCredentialOfferGrant
-
getPreAuthorizedCode
-
setPreAuthorizedCode
-
getTxCode
-
setTxCode
-
getAuthorizationServer
-
setAuthorizationServer
-
equals
-
hashCode
public int hashCode()
-