authSources
Retrieves all the AuthSources on the account.
Input Parameters: None.
Response: Array of AuthSource objects containing ID, name, description, and associated roles.
Example Request:
query {
authSources {
id,
name,
description,
roles {
id,
name,
description
}
}
}
authSources: [AuthSource!]
Type
AuthSource interface platform
An interface for authentication source
Was this topic helpful?