new OpenID(redirector, openIDUrl)
Parameters:
Name | Type | Description |
---|---|---|
redirector |
olympe.auth.Redirector | |
openIDUrl |
string |
- Implements:
Members
-
<static, constant> NAME :string
-
SAML authentication provider name
Type:
- string
Methods
-
getName()
-
Gets the method name
- Implements:
Returns:
- Type
- string
-
getToken(request, callback)
-
Gets the token
Parameters:
Name Type Description request
olympe.auth.Request callback
olympe.auth.Provider.TokenCallback - Implements: