0 follower

Yii Framework 3.0 API Documentation

This is the Yii Framework API Documentation. Here you will find detailed information about all classes provided by the Framework. Below you find a list of the existing classes, interfaces, and traits, ordered by their fully qualified name (including the namespace). Each of them has a dedicated page which contains a description about the purpose of the class, a list of the available methods, properties and constants, and detailed description on how to use each of them.

On this page you find all the classes included in version 3.0 of the framework. You can use the dropdown menu on the top right to switch between versions.

You can search API documentation using the search form on the top. You can search for class names and also method and property names, e.g. ActiveRecord.save() or just .save() or ::save().

This page is also available in JSON format:
curl https://www.yiiframework.com/doc/api/3.0/auth-jwt -H 'Accept: application/json'

Class Description
Yiisoft\Auth\Jwt\JwtMethod Authentication method based on JWT token.
Yiisoft\Auth\Jwt\KeyFactoryInterface Key factory creates a JSON Web Key.
Yiisoft\Auth\Jwt\KeyFactory\FromCertificateFile Creates JWK from a certificate file.
Yiisoft\Auth\Jwt\KeyFactory\FromKeyFile Creates JWK from a password-protected key file.
Yiisoft\Auth\Jwt\KeyFactory\FromPKCS12CertificateFile Creates JWK from a PKCS12 certificate file.
Yiisoft\Auth\Jwt\KeyFactory\FromSecret Creates JWK from a secret.
Yiisoft\Auth\Jwt\TokenFactory Token factory creates a token signed with JSON Web Signature.
Yiisoft\Auth\Jwt\TokenFactoryInterface Token factory creates a token.
Yiisoft\Auth\Jwt\TokenRepository Token repository is getting a list of claims for a token.
Yiisoft\Auth\Jwt\TokenRepositoryInterface Token repository is getting a list of claims for a token.