Web (JavaScript)
AuthcubeSdk
Tipo | Chamada | Exceções |
---|---|---|
AuthcubeSdk | AuthcubeSdk.init() |
getDeviceInfo
Retorno | Chamada | Exceções |
---|---|---|
Promise |
getDeviceInfo(support?: {location: boolean}) |
getEncryptedDeviceInfo
Retorno | Chamada | Exceções |
---|---|---|
Promise |
getEncryptedDeviceInfo(jwks: string, support?: { location: boolean }, exp?: number) |
getCodeVerifier
Retorno | Chamada | Exceções |
---|---|---|
Promise |
getCodeVerifier(length?: number) |
getCodeChallenge
Retorno | Chamada | Exceções |
---|---|---|
Promise |
getCodeChallenge(code: string) |