Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
{
	'user_token': 'user_api_token',
	'auths': {
		'role1': ['instance_id', 'instance_id', 'instance_id'],
		'role2': ['instance_id', 'instance_id', 'instance_id'],
		'role3': ['instance_id', 'instance_id', 'instance_id']
	}
}

 

On a failed login attempt the response is like the following example:

...