Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.43 KB

vapic-providers.md

File metadata and controls

49 lines (33 loc) · 2.43 KB

Valorant API Client Providers

  • provideLockFile

    Input: lockfilePath(optional)
    Output: password port
    Used As: LocalApiClientProvider

  • provideLogFile

    Input: logfilePath(optional)
    Output: shard region clientVersion
    Used As: RemoteApiClientProvider

  • provideAuth

    Input: username password mfaCodeProvider(optional)
    Output: accessToken entitlementsToken
    Used As: RemoteApiClientProvider

  • provideAuthViaLocalApi

    Input: none
    Output: accessToken entitlementsToken
    Used As: RemoteApiClientProvider

  • provideRegion

    Input: region shard
    Output: region shard
    Used As: RemoteApiClientProvider

  • provideClientVersionViaVAPI

    Input: none
    Output: clientVersion
    Used As: RemoteApiClientProvider

  • provideClientVersionViaAuthApi

    Input: none
    Output: clientVersion
    Used As: RemoteApiClientProvider

  • provideAuthAutoRegion

    Input: username password mfaCodeProvider(optional)
    Output: accessToken entitlementsToken region shard
    Used As: RemoteApiClientProvider