Authenticate
Name
Authenticate - Authenticates the user on the Jump server.
Synopsis
Namespace: LoadBalancer.Client.Jump
public Task<AuthenticateResult> Authenticate(AuthenticateParameters parameters)
Parameters
AuthenticateParameters consists of the following parameters:
Providerstring- Identifies a specific platform, such as Steam, PlayStation, Xbox.Tokenstring- The authentication token generated by such platform as Steam, PlayStation, Xbox.ParamsKeyValueCollection- User-defined parameters that may be necessary for authentication purposes. They are typically utilized in custom implementations of the authentication service.UserNamestring- Identifies the username which is used for the simplified username/password authentication.Passwordstring- Identifies the password which is used for the simplified username/password authentication.
Return Value
The AuthenticateResult.