Documentation

OAuthScope
in package
implements OpenApiAttributeInterface

Represents an OAuth scope.

Interfaces, Classes, Traits and Enums

OpenApiAttributeInterface

Table of Contents

$description  : string
$name  : string
__construct()  : mixed

Properties

Methods

__construct()

public __construct([string $name = "" ][, string $description = "" ]) : mixed
Parameters
$name : string = ""

Name of the scope.

$description : string = ""

Short description of the scope.

Return values
mixed

Search results