OAuthScope
in package
implements
OpenApiAttributeInterface
Represents an OAuth scope.
Interfaces, Classes, Traits and Enums
Table of Contents
- $description : string
- $name : string
- __construct() : mixed
Properties
$description
public
string
$description
= ""
$name
public
string
$name
= ""
Methods
__construct()
public
__construct([string $name = "" ][, string $description = "" ]) : mixed
Parameters
- $name : string = ""
-
Name of the scope.
- $description : string = ""
-
Short description of the scope.