Interface AuthorizationServerContract.UpdateStages.WithGrantTypes

    • Method Detail

      • withGrantTypes

        AuthorizationServerContract.Update withGrantTypes​(List<GrantType> grantTypes)
        Specifies the grantTypes property: Form of an authorization grant, which the client uses to request the access token..
        Parameters:
        grantTypes - Form of an authorization grant, which the client uses to request the access token.
        Returns:
        the next definition stage.