SessionAuthenticationCredentials

SessionAuthenticationCredentials
SessionAuthenticationCredentials

Username and password used to obtain a session cookie.

JSON Example
{
    "j_password": "string",
    "j_username": "string"
}
string
j_password
Required

Password to use when authenticating.

string
j_username
Required

User name to authenticate as.