Properties
_authnRequestBinding
_authnRequestBinding: string
_passReqToCallback
_passReqToCallback: boolean
error
error: (err: Error) => void
fail
fail: (info?: any) => void
redirect
redirect: (url: string) => void
success
success: (user: saml.Profile, info: any) => void
Type declaration
-
- (user: saml.Profile, info: any): void
-
Parameters
-
user: saml.Profile
-
info: any
Returns void