sso client interface

Hierarchy

  • Client

Properties

getAttributes: (() => Attributes)

Type declaration

getUsername: (() => string)

Type declaration

    • (): string
    • get username after successfully validate ticket

      Returns string

login: (() => string)

Type declaration

    • (): string
    • login with sso type and return access-token

      Returns string

validateTicket: (() => string)

Type declaration

    • (): string
    • validate ticket and return username if succeed

      Returns string