Manual Reference Source Test
import IdentityRedirect from 'src/modules/identity-redirect.js'
public class | source

IdentityRedirect

Handle navigating the user

Constructor Summary

Public Constructor
public

constructor(props: Object, serverController: Object, popUpController: Object, iframeController: Object)

Method Summary

Public Methods
public

Parse any Identity url parameters and save the results

public

trigger(params: Object)

Redirect user to authenticate app

public

updateGlobalProp(name: String, value: Any)

Update global prop after init

Public Constructors

public constructor(props: Object, serverController: Object, popUpController: Object, iframeController: Object) source

Params:

NameTypeAttributeDescription
props Object
serverController Object
popUpController Object
iframeController Object

Public Methods

public parseUrlParameters(): string source

Parse any Identity url parameters and save the results

Return:

string

token

public trigger(params: Object) source

Redirect user to authenticate app

Params:

NameTypeAttributeDescription
params Object

public updateGlobalProp(name: String, value: Any) source

Update global prop after init

Params:

NameTypeAttributeDescription
name String
value Any