Interface AuthorizationServerContract.UpdateStages.WithAuthorizationMethods

    • Method Detail

      • withAuthorizationMethods

        AuthorizationServerContract.Update withAuthorizationMethods​(List<AuthorizationMethod> authorizationMethods)
        Specifies the authorizationMethods property: HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional..
        Parameters:
        authorizationMethods - HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.
        Returns:
        the next definition stage.