TypeScript
Typescript...
Types
Types are exported.
References
ISSOUserDetails
key | type |
---|---|
merchantId | string |
userId | string |
string | |
name | string |
ILoginProps
key | type | required |
---|---|---|
redirectUri | string | no |
ILogoutProps
key | type | required |
---|---|---|
withRedirect | boolean | no |
redirectUri | string | no |
IProviderProps
key | type | required |
---|---|---|
children | ReactNode | yes |
providerUrl | string | yes |
Last updated