Interface OSMLAuth

Represents the configuration for the authentication server.

OSMLAuth

interface OSMLAuth {
    audience: string;
    authority: string;
}

Properties

Properties

audience: string

The audience of the application.

authority: string

The authority of the authentication.