lots of improvements
This commit is contained in:
@@ -22,15 +22,16 @@ interface ResourceServiceIdentityInterface extends JsonSerializable {
|
||||
|
||||
public const TYPE_NONE = 'NA';
|
||||
public const TYPE_BASIC = 'BA';
|
||||
public const TYPE_BEARER = 'BR';
|
||||
public const TYPE_TOKEN = 'TA';
|
||||
public const TYPE_OAUTH = 'OA';
|
||||
public const TYPE_CERTIFICATE = 'CC';
|
||||
|
||||
/**
|
||||
* Gets the identity/authentication type
|
||||
*
|
||||
* @since 2025.05.01
|
||||
*
|
||||
* @return string One of: TYPE_NONE, TYPE_BASIC, TYPE_BEARER, TYPE_OAUTH
|
||||
* @return string One of: TYPE_NONE, TYPE_BASIC, TYPE_TOKEN, TYPE_OAUTH, TYPE_CERTIFICATE
|
||||
*/
|
||||
public function type(): string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user