CanResetPasswordTrait
Tags
Table of Contents
Properties
- $resetTokens : Collection
Methods
- getEmailOptionForPasswordReset() : array<string|int, mixed>|null
- getPhoneNumberOptionForPasswordReset() : array<string|int, mixed>|null
- getResetMethods() : array<string|int, mixed>
- resetTokens() : HasMany
- sendPasswordResetNotification() : void
- Send the password reset notification.
- sendPasswordResetToken() : void
Properties
$resetTokens
public
Collection
$resetTokens
Methods
getEmailOptionForPasswordReset()
public
getEmailOptionForPasswordReset() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetPhoneNumberOptionForPasswordReset()
public
getPhoneNumberOptionForPasswordReset() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetResetMethods()
public
getResetMethods() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>resetTokens()
public
resetTokens() : HasMany
Return values
HasManysendPasswordResetNotification()
Send the password reset notification.
public
sendPasswordResetNotification(string $token) : void
Parameters
- $token : string
sendPasswordResetToken()
public
sendPasswordResetToken(PasswordResetToken $token[, string $channel = 'mail' ][, string $as = 'token' ]) : void
Parameters
- $token : PasswordResetToken
- $channel : string = 'mail'
- $as : string = 'token'