RemoteAuthenticationApplicationPathsOptions Class

Definition

Represents the options for the paths used by the application for authentication operations. These paths are relative to the base.

public ref class RemoteAuthenticationApplicationPathsOptions
public class RemoteAuthenticationApplicationPathsOptions
type RemoteAuthenticationApplicationPathsOptions = class
Public Class RemoteAuthenticationApplicationPathsOptions
Inheritance
RemoteAuthenticationApplicationPathsOptions

Constructors

RemoteAuthenticationApplicationPathsOptions()

Properties

LogInCallbackPath

Gets or sets the path to the login callback page.

LogInFailedPath

Gets or sets the path to the login failed page.

LogInPath

Gets or sets the path to the login page.

LogOutCallbackPath

Gets or sets the path to the logout callback page.

LogOutFailedPath

Gets or sets the path to the logout failed page.

LogOutPath

Gets or sets the path to the logout page.

LogOutSucceededPath

Gets or sets the path to the logout succeeded page.

ProfilePath

Gets or sets the path to the endpoint for modifying the settings for the user profile.

RegisterPath

Gets or sets the path to the endpoint for registering new users.

RemoteProfilePath

Gets or sets the path to the remote endpoint for modifying the settings for the user profile. It might be absolute and point outside of the application.

RemoteRegisterPath

Gets or sets the remote path to the remote endpoint for registering new users. It might be absolute and point outside of the application.

Applies to