Module Oidc.Scopes

type scope;
let string_to_scope: string => scope;
let scope_to_claims: scope => list(Claims.claim);