Generic scope configuration (not specifically OAuth).

Hierarchy

Properties

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

Type declaration

  • [key: string]: string
rawSpecification: string
timeToLive: Optional<Duration>

Returns

time-to-live if any. If not-specified, should be treated as infinite.

Methods

  • Returns

    representation of this Object as a Map that can be safely serialized to JSON.

    Returns object

  • Returns boolean

  • Returns JavaSet<string>

  • Returns string

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

    • [key: string]: string
  • Returns string

  • Parameters

    • scope: string

    Returns null | string

  • Returns

    time-to-live if any. If not-specified, should be treated as infinite.

    Returns Optional<Duration>

  • Returns boolean

  • Returns boolean

  • Returns boolean

  • Parameters

    • scope: string

    Returns boolean

  • Returns string