StorePasskeyAction
Table of Contents
Methods
-
execute()
: Passkey
-
determinePublicKeyCredentialSource()
: PublicKeyCredentialSource
-
getService()
: PasskeyService
execute()
public
execute(HasPasskeys $authenticatable, string $passkeyJson, string $passkeyOptionsJson, string $hostName[, array<string|int, mixed> $additionalProperties = [] ]) : Passkey
Parameters
-
$authenticatable
: HasPasskeys
-
-
$passkeyJson
: string
-
-
$passkeyOptionsJson
: string
-
-
$hostName
: string
-
-
$additionalProperties
: array<string|int, mixed>
= []
-
determinePublicKeyCredentialSource()
protected
determinePublicKeyCredentialSource(string $passkeyJson, string $passkeyOptionsJson, string $hostName) : PublicKeyCredentialSource
Parameters
-
$passkeyJson
: string
-
-
$passkeyOptionsJson
: string
-
-
$hostName
: string
-
Return values
PublicKeyCredentialSource
getService()
private
getService() : PasskeyService