@paulmojicatech/native-auth
v0.0.10
Published
Plugin to provide native auth solutions
Maintainers
Readme
@paulmojicatech/native-auth
Plugin to provide native auth solutions
Install
npm install @paulmojicatech/native-auth
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
showAppleSignIn(...)
showAppleSignIn(options: NativeAuthConfigOptions) => Promise<NativeAuthResponse>| Param | Type |
| ------------- | --------------------------------------------------------------------------- |
| options | NativeAuthConfigOptions |
Returns: Promise<NativeAuthResponse>
Type Aliases
NativeAuthResponse
{ isSuccess: boolean; userIdentifier: string; fullName: string; email: string; }
NativeAuthConfigOptions
{ xOffset: number; yOffset: number; width: number; height: number; }
