Class CIBAGrant

  • All Implemented Interfaces:
    IAuthorizationGrant

    public class CIBAGrant
    extends AuthorizationGrant
    An extension grant with the grant type value: urn:openid:params:grant-type:ciba
    Version:
    May 5, 2020
    Author:
    Javier Rojas Blum
    • Constructor Detail

      • CIBAGrant

        public CIBAGrant()
    • Method Detail

      • getGrantType

        public io.jans.as.model.common.GrantType getGrantType()
      • getAuthReqId

        public java.lang.String getAuthReqId()
      • setAuthReqId

        public void setAuthReqId​(java.lang.String authReqId)
      • isTokensDelivered

        public boolean isTokensDelivered()
      • setTokensDelivered

        public void setTokensDelivered​(boolean tokensDelivered)