mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 22:03:27 +00:00
[SG 547] Mobile username generator iOS.Extension UI changes (#2140)
* [SG-547] - Added button to generate username when using iOS extension * [SG-547] - Missing changes from last commit * SG-547 - Added missing interface method * SG-547 - Added token renovation for iOS.Extension flow * SG-547 Replaced generate buttons for icons * SG-547 Removed unnecessary validation * SG-547 - Fixed PR comments * SG 547 - Missing file from last commit * SG-547 - Fixed PR comments * SG-547 - Renamed method
This commit is contained in:
@@ -44,6 +44,11 @@ namespace Bit.Core.Services
|
||||
return _accessTokenForDecoding;
|
||||
}
|
||||
|
||||
public async Task PrepareTokenForDecodingAsync()
|
||||
{
|
||||
_accessTokenForDecoding = await _stateService.GetAccessTokenAsync();
|
||||
}
|
||||
|
||||
public async Task SetRefreshTokenAsync(string refreshToken)
|
||||
{
|
||||
await _stateService.SetRefreshTokenAsync(refreshToken, await SkipTokenStorage());
|
||||
|
||||
Reference in New Issue
Block a user