AuthenticationRequest.getProposedCredential

Get the #WebKitCredential of the proposed authentication challenge.

Get the #WebKitCredential of the proposed authentication challenge that was stored from a previous session. The client can use this directly for authentication or construct their own #WebKitCredential.

class AuthenticationRequest
getProposedCredential
()

Return Value

Type: webkit.credential.Credential

A #WebKitCredential encapsulating credential details or null if there is no stored credential.