Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Client

sso client interface

Hierarchy

  • Client

Index

Methods

getAttributes

  • get additional attributes about user

    Returns Attributes

getUsername

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

    Returns string

login

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

    Returns string

validateTicket

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

    Returns string