interface SessionOptions {
    audience: string;
    scopes: string[];
    ttl?: number;
}

Properties

Properties

audience: string
scopes: string[]
ttl?: number