Searched refs:AppleAuthenticationButtonType (Results 1 – 12 of 12) sorted by relevance
70 export var AppleAuthenticationButtonType; variable71 (function (AppleAuthenticationButtonType) { argument75 AppleAuthenticationButtonType[AppleAuthenticationButtonType["SIGN_IN"] = 0] = "SIGN_IN";79 AppleAuthenticationButtonType[AppleAuthenticationButtonType["CONTINUE"] = 1] = "CONTINUE";84 AppleAuthenticationButtonType[AppleAuthenticationButtonType["SIGN_UP"] = 2] = "SIGN_UP";85 })(AppleAuthenticationButtonType || (AppleAuthenticationButtonType = {}));
11 buttonType: AppleAuthenticationButtonType;224 export declare enum AppleAuthenticationButtonType { enum
1 …AppleAuthenticationButtonType;\n /**\n * The Apple-defined color scheme to use to display the b…
12 AppleAuthenticationButtonType,20 buttonType: AppleAuthentication.AppleAuthenticationButtonType;45 buttonType: AppleAuthenticationButtonType.SIGN_IN,198 title={`${AppleAuthenticationButtonType[AppleAuthenticationButtonType.SIGN_IN]}`}199 onPress={() => this.setState({ buttonType: AppleAuthenticationButtonType.SIGN_IN })}202 title={`${AppleAuthenticationButtonType[AppleAuthenticationButtonType.CONTINUE]}`}203 onPress={() => this.setState({ buttonType: AppleAuthenticationButtonType.CONTINUE })}206 title={`${AppleAuthenticationButtonType[AppleAuthenticationButtonType.SIGN_UP]}`}207 onPress={() => this.setState({ buttonType: AppleAuthenticationButtonType.SIGN_UP })}
13 buttonType: AppleAuthenticationButtonType;257 export enum AppleAuthenticationButtonType { enum
208 buttonType={AppleAuthentication.AppleAuthenticationButtonType.CONTINUE}
79 buttonType={AppleAuthentication.AppleAuthenticationButtonType.SIGN_IN}
86 buttonType={AppleAuthentication.AppleAuthenticationButtonType.SIGN_IN}
67 buttonType={AppleAuthentication.AppleAuthenticationButtonType.SIGN_IN}
498 AppleAuthenticationButtonType4570 AppleAuthenticationButtonType4680 AppleAuthenticationButtonType.SIGN_IN = 04748 AppleAuthenticationButtonType.CONTINUE = 14849 AppleAuthenticationButtonType.SIGN_UP = 2