Interface GetFederatedConnectionAccessTokenOptions

Options for retrieving a federated connection access token.

interface GetFederatedConnectionAccessTokenOptions {
    connection: string;
    login_hint?: string;
}

Properties

connection: string

The connection name for while you want to retrieve the access token.

login_hint?: string

An optiona login hint to pass to the authorization server.