Interface AuthConfig.UpdateStages.WithLogin

  • All Known Subinterfaces:
    AuthConfig.Update
    Enclosing interface:
    AuthConfig.UpdateStages

    public static interface AuthConfig.UpdateStages.WithLogin
    The stage of the AuthConfig update allowing to specify login.
    • Method Detail

      • withLogin

        AuthConfig.Update withLogin​(Login login)
        Specifies the login property: The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization..
        Parameters:
        login - The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.
        Returns:
        the next definition stage.