Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface UserClaimProvider
Re-export
import { type UserClaimProvider } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";

Interface to get a claim value by specifying a user's subject, a claim name and optionally a language tag.

Methods

getUserClaimValue(
subject: string,
claimName: string,
languageTag?: string,
): any

Get the value of a claim of the user. This method may be called multiple times.