Class JwtBearerGrantRequest

    • Constructor Detail

      • JwtBearerGrantRequest

        public JwtBearerGrantRequest​(ClientRegistration clientRegistration,
                                     Jwt jwt)
        Constructs a JwtBearerGrantRequest using the provided parameters.
        Parameters:
        clientRegistration - the client registration
        jwt - the JWT assertion
    • Method Detail

      • getJwt

        public Jwt getJwt()
        Returns the JWT assertion.
        Returns:
        the Jwt assertion