A ScopeValue is a resolved scope, i.e. a scope that got matched against an existing ScopeConfig from a profile or client.

Hierarchy

  • ScopeValue

Properties

claimNames: JavaSet<string>
description: string
name: string
properties: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
scopeConfig: ScopeConfig
suffix: null | string
timeToLive: Optional<Duration>

Methods

  • Parameters

    • other: any

    Returns boolean

  • Returns boolean

  • Returns JavaSet<string>

  • Returns string

  • Returns string

  • Returns {
        [key: string]: string;
    }

    • [key: string]: string
  • Returns null | string

  • Returns number

  • Returns boolean

  • Returns

    true if this scope has a TTL and has expired.

    Parameters

    Returns boolean

  • Returns boolean

  • Returns boolean

  • Returns string