interface KeycloakAccountOptions {
    redirectUri?: string;
}

Properties

Properties

redirectUri?: string

Specifies the uri to redirect to when redirecting back to the application.