OidcClientResource
Represents an OIDC resource that an OIDC client has access to, according to the defined resource scopes.
type OidcClientResource {
resource: OidcResource!
resourceScopes: [String!]!
}
Fields
OidcClientResource.resource
● OidcResource!
non-null object
The resource that the client has access to.
OidcClientResource.resourceScopes
● [String!]!
non-null scalar
The scopes from the resource that the client may request.
Member Of
OidcClient
object