PostPromise

class PostPromise(client: AppHttpClient)

Functions

oauth
Link copied to clipboard
js
fun oauth(code: String): Promise<SecurityModel>

Get tokens GitHub rest api after oauth by code

Properties

client
Link copied to clipboard
js
private val client: AppHttpClient