Module mammut::apps [] [src]

Registering your App

Structs

AppBuilder

Builder struct for defining your application. let app = AppBuilder { client_name: "mammut_test", redirect_uris: "urn:ietf:wg:oauth:2.0:oob", scopes: Scopes::Read, website: None, };

Enums

Scopes

Permission scope of the application. Details on what each permission provides