Skip to main content

Class: StrategyInstanceUrlsResponse

api-login/strategy/dto/get-strategy-instance-detail.dto.StrategyInstanceUrlsResponse

A response type containing url information for a strategy instance

For every instance the redirect url is given, for instances allowing post credentials it also contains the post urls

Constructors

constructor

new StrategyInstanceUrlsResponse()

Properties

postLogin

Optional postLogin: string

The url to post credentials to, to log in using this strategy instance.

Additionally `grant_type? must be set to "password" and the client must authenticate

Defined in

login-service/src/api-login/strategy/dto/get-strategy-instance-detail.dto.ts:55


postRegister

Optional postRegister: string

The url to post credentials to, to register or link without sync using this strategy instance.

Additionally `grant_type? must be set to "password" and the client must authenticate

Defined in

login-service/src/api-login/strategy/dto/get-strategy-instance-detail.dto.ts:62


postRegisterSync

Optional postRegisterSync: string

The url to post credentials to, to register or link with avtivated sync functionality

Additionally `grant_type? must be set to "password" and the client must authenticate

Defined in

login-service/src/api-login/strategy/dto/get-strategy-instance-detail.dto.ts:69


redirectLogin

redirectLogin: string

The url to redirect the user to, to log in using this strategy

On the request, the query parameter client_id must be set

Defined in

login-service/src/api-login/strategy/dto/get-strategy-instance-detail.dto.ts:76


redirectRegister

redirectRegister: string

The url to redirect the user to, to register or link without sync using this strategy instance.

On the request, the query parameter client_id must be set

Defined in

login-service/src/api-login/strategy/dto/get-strategy-instance-detail.dto.ts:83


redirectRegisterSync

redirectRegisterSync: string

The url to redirect the user to, to register or link with avtivated sync functionality

On the request, the query parameter client_id must be set

Defined in

login-service/src/api-login/strategy/dto/get-strategy-instance-detail.dto.ts:90