IAssertionChecking Interface


Description

Interface that must implement the class that checks an assertion.

Methods

PUBLIC getError():String

Function that gets the error. Returns null if there's no error.

PUBLIC getTokenInfo():String

Function that gets the information that will be sent inside the access token.

PUBLIC checkAssertion(assertion):String

Function that checks if the assertion is a valid one.

  • String assertion: The assertion.